summaryrefslogtreecommitdiff
path: root/math/xmgr
diff options
context:
space:
mode:
authortron <tron>2000-08-23 23:14:21 +0000
committertron <tron>2000-08-23 23:14:21 +0000
commit3bb1003bffe659fe78e3ff049aa5e426d687763a (patch)
tree623953a643a6181e26e24311ef14ff20193779e7 /math/xmgr
parentea8b8736a98aa0f9cc1e367db350fc4ffa0d09b1 (diff)
downloadpkgsrc-3bb1003bffe659fe78e3ff049aa5e426d687763a.tar.gz
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'math/xmgr')
-rw-r--r--math/xmgr/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/math/xmgr/Makefile b/math/xmgr/Makefile
index 0a1267c6ccb..ea3a08159b0 100644
--- a/math/xmgr/Makefile
+++ b/math/xmgr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2000/07/25 08:33:58 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2000/08/23 23:14:29 tron Exp $
# FreeBSD Id: Makefile,v 1.13 1998/12/12 22:27:21 jseger Exp
#
@@ -15,14 +15,14 @@ MAINTAINER= packages@NetBSD.org
HOMEPAGE= http://plasma-gate.weizmann.ac.il/Xmgr/
BUILD_DEPENDS= bison:../../devel/bison
-DEPENDS+= xpm-3.4k:../../graphics/xpm
DEPENDS+= netcdf-3.4:../../devel/netcdf
-USE_FORTRAN= # defined
-USE_X11= # defined
-USE_MOTIF= # defined
+USE_FORTRAN= YES
+USE_X11= YES
+USE_XPM= YES
+USE_MOTIF= YES
-GNU_CONFIGURE= # defined
+GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-acegr-home="${PREFIX}"
CONFIGURE_ARGS+= --enable-extra-incpath="${EXTRA_INCDIRS}"
CONFIGURE_ARGS+= --enable-extra-ldpath="${LOCALBASE}/lib"