diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-10-29 04:24:06 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-10-29 04:24:06 +0000 |
commit | b04caa72ff1d0dc53888242b94d837a9d5b67bac (patch) | |
tree | 3e247f837725573049b7b86db6c1cf1551969f02 /graphics/ivtools | |
parent | 8a6737b4472e814fa51b9fb7ae6f5aa3a95cc388 (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/ivtools')
-rw-r--r-- | graphics/ivtools/Makefile | 14 |
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> |