summaryrefslogtreecommitdiff
path: root/graphics/xfig
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-08-20 04:17:43 +0000
committerjlam <jlam@pkgsrc.org>2001-08-20 04:17:43 +0000
commit64cf4e53dd85c955666c2a69a6b8633804e77355 (patch)
treeba6699b99f218134061aaafcd85d8aca92648747 /graphics/xfig
parent9c77c3df74da379efb097dd8c4a72920386b0217 (diff)
downloadpkgsrc-64cf4e53dd85c955666c2a69a6b8633804e77355.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} && \