aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/ivtools
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2003-10-29 12:24:06 +0800
committerlinimon <linimon@FreeBSD.org>2003-10-29 12:24:06 +0800
commit5617c56ee1c1b39ca698e2acc69f68b6c0998f79 (patch)
treeb1fe52680846dc84f382b9c9e6518b9db4b20473 /graphics/ivtools
parent5d4e4c6f1cf2efcd5bc204cfd6c64942fd4d0107 (diff)
downloadfreebsd-ports-gnome-5617c56ee1c1b39ca698e2acc69f68b6c0998f79.tar.gz
freebsd-ports-gnome-5617c56ee1c1b39ca698e2acc69f68b6c0998f79.tar.zst
freebsd-ports-gnome-5617c56ee1c1b39ca698e2acc69f68b6c0998f79.zip
Move inclusion of bsd.port.pre.mk to after all the variable definitions.
Diffstat (limited to 'graphics/ivtools')
-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>