diff options
author | joerg <joerg@FreeBSD.org> | 1996-01-14 02:56:58 +0800 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1996-01-14 02:56:58 +0800 |
commit | d5046b7b88fc8369fa3ce770cb65b4be6fd462ed (patch) | |
tree | 38fa0e9627921f2eaed2838a1f7424063980c526 /graphics/hpscan | |
parent | d143f3c80e24cc44a52d218b216c3f9fdfa0e82e (diff) | |
download | freebsd-ports-gnome-d5046b7b88fc8369fa3ce770cb65b4be6fd462ed.tar.gz freebsd-ports-gnome-d5046b7b88fc8369fa3ce770cb65b4be6fd462ed.tar.zst freebsd-ports-gnome-d5046b7b88fc8369fa3ce770cb65b4be6fd462ed.zip |
We do have an Imakefile now.
Diffstat (limited to 'graphics/hpscan')
-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 |