summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-10-29 04:24:06 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-10-29 04:24:06 +0000
commitb04caa72ff1d0dc53888242b94d837a9d5b67bac (patch)
tree3e247f837725573049b7b86db6c1cf1551969f02 /graphics
parentMove inclusion of bsd.port.pre.mk past variable definitions. (diff)
Move inclusion of bsd.port.pre.mk to after all the variable definitions.
Notes
Notes: svn path=/head/; revision=92528
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ivtools/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/graphics/ivtools/Makefile b/graphics/ivtools/Makefile
index 588b95b74e9a..4fa4749fb658 100644
--- a/graphics/ivtools/Makefile
+++ b/graphics/ivtools/Makefile
@@ -16,6 +16,13 @@ EXTRACT_SUFX= .tgz
MAINTAINER= johnston@vectaport.com
COMMENT= Drawing editors derived from idraw
+USE_XLIB= yes
+GNU_CONFIGURE= yes
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
+
+MANCOMPRESSED= no
+MAN1= idraw.1 iclass.1 drawtool.1 comterp.1 comdraw.1 flipbook.1 graphdraw.1
+
.include <bsd.port.pre.mk>
.if ${ARCH} == alpha || ${ARCH} == sparc64
@@ -31,11 +38,4 @@ BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake
BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake-4
.endif
-USE_XLIB= yes
-GNU_CONFIGURE= yes
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
-
-MANCOMPRESSED= no
-MAN1= idraw.1 iclass.1 drawtool.1 comterp.1 comdraw.1 flipbook.1 graphdraw.1
-
.include <bsd.port.post.mk>