summaryrefslogtreecommitdiff
path: root/graphics/xfig
diff options
context:
space:
mode:
authorjlam <jlam>2001-08-20 04:17:43 +0000
committerjlam <jlam>2001-08-20 04:17:43 +0000
commitbd49001265bb1a798a660aa42d7126e5316ba5c8 (patch)
treeba6699b99f218134061aaafcd85d8aca92648747 /graphics/xfig
parent4a5f7467a851f9761e4292673f2989eeb0427961 (diff)
downloadpkgsrc-bd49001265bb1a798a660aa42d7126e5316ba5c8.tar.gz
Move XAW_TYPE?=3d setting to before inclusion of bsd.prefs.mk, otherwise
we always use XAW_TYPE=standard as set in bsd.prefs.mk. Pointed out by Mark Davies <mark@mcs.vuw.ac.nz> in private email.
Diffstat (limited to 'graphics/xfig')
-rw-r--r--graphics/xfig/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile
index ac48650c225..755676198f5 100644
--- a/graphics/xfig/Makefile
+++ b/graphics/xfig/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2001/08/09 15:39:04 tron Exp $
+# $NetBSD: Makefile,v 1.29 2001/08/20 04:17:43 jlam Exp $
#
DISTNAME= xfig.3.2.3d.full
@@ -16,14 +16,14 @@ DEPENDS+= transfig>=3.2.3.4:../../print/transfig
USE_IMAKE= YES
USE_XAW= YES
+XAW_TYPE?= 3d
+
NO_INSTALL_MANPAGES= YES # install.all does install.man
INSTALL_TARGET= install install.all
CFLAGS+= -I${BUILDLINK_DIR}/include/X11
.include "../../mk/bsd.prefs.mk"
-XAW_TYPE?= 3d
-
.if ${XAW_TYPE} != "3d"
pre-configure:
cd ${WRKSRC} && \