summaryrefslogtreecommitdiff
path: root/print/transfig
diff options
context:
space:
mode:
authortron <tron>2000-08-23 23:14:21 +0000
committertron <tron>2000-08-23 23:14:21 +0000
commitd9e03c3558722b30a745e7e75c1d6ecc9c22c99f (patch)
tree623953a643a6181e26e24311ef14ff20193779e7 /print/transfig
parentb735b13875cb70c66b6ea714e5270b631b195051 (diff)
downloadpkgsrc-d9e03c3558722b30a745e7e75c1d6ecc9c22c99f.tar.gz
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'print/transfig')
-rw-r--r--print/transfig/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/transfig/Makefile b/print/transfig/Makefile
index 2df67fae96b..730d76c82c6 100644
--- a/print/transfig/Makefile
+++ b/print/transfig/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2000/06/22 08:11:34 itohy Exp $
+# $NetBSD: Makefile,v 1.14 2000/08/23 23:14:31 tron Exp $
#
DISTNAME= transfig.3.2.3
@@ -9,9 +9,9 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/drawing_tools/transfig/}
MAINTAINER= root@garbled.net
-DEPENDS+= xpm-3.4k:../../graphics/xpm
DEPENDS+= jpeg-6b:../../graphics/jpeg
-USE_IMAKE= yes
+USE_IMAKE= YES
+USE_XPM= YES
.include "../../mk/bsd.pkg.mk"