diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 1996-01-13 18:56:58 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 1996-01-13 18:56:58 +0000 |
commit | 7f5729d85d8629209ffd87ebd5f137f01da5808f (patch) | |
tree | 141119c641c5068b81f4e5b8a18779e050d450dd | |
parent | 61d929cf37c0dc355be203c48a13a9103abf1909 (diff) | |
download | freebsd-ports-7f5729d85d8629209ffd87ebd5f137f01da5808f.zip |
We do have an Imakefile now.
-rw-r--r-- | graphics/hpscan/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/hpscan/Makefile b/graphics/hpscan/Makefile index 4ee13702f15e..783eb0a5daaf 100644 --- a/graphics/hpscan/Makefile +++ b/graphics/hpscan/Makefile @@ -3,7 +3,7 @@ # Date created: 12 January 1996 # Whom: nate # -# $Id: Makefile,v 1.6 1995/11/27 04:05:37 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1996/01/12 20:58:37 nate Exp $ # DISTNAME= scanner @@ -14,6 +14,7 @@ MASTER_SITES= ftp://freefall.cdrom.com/pub/FreeBSD/LOCAL_PORTS/ \ NO_WRKSUBDIR= true USE_X11= true +USE_IMAKE= true NO_INSTALL_MANPAGES= true MAINTAINER= nate@FreeBSD.org |