diff options
author | dinoex <dinoex@FreeBSD.org> | 2013-09-21 19:06:03 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2013-09-21 19:06:03 +0800 |
commit | 2b046d64117ade41e336404023c6f8150293fc4a (patch) | |
tree | 2051ba0023bbf060fa37051dc7fc6990710a53b1 /graphics/xv/Makefile | |
parent | a68540824c2afc9f423babe69b1494598b151be9 (diff) | |
download | freebsd-ports-gnome-2b046d64117ade41e336404023c6f8150293fc4a.tar.gz freebsd-ports-gnome-2b046d64117ade41e336404023c6f8150293fc4a.tar.zst freebsd-ports-gnome-2b046d64117ade41e336404023c6f8150293fc4a.zip |
- fix misplaced NO_STAGE in slaveports and ifdefs
Diffstat (limited to 'graphics/xv/Makefile')
-rw-r--r-- | graphics/xv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index a8f3c7b2d47f..56436d8bffe0 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -23,6 +23,8 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ png15:${PORTSDIR}/graphics/png \ jasper:${PORTSDIR}/graphics/jasper +NO_STAGE= yes + USES= imake USE_XORG= xext x11 xt .if !defined(NOMAN) @@ -32,7 +34,6 @@ MAN1= bggen.1 vdcomp.1 xcmap.1 xv.1 xvp2p.1 XVDIST= ${DISTDIR}/${DIST_SUBDIR} CFLAGS+= -I${LOCALBASE}/include/libpng15 -NO_STAGE= yes pre-patch: @${PATCH} ${PATCH_ARGS} -p1 < ${WRKDIR}/xv-3.10a-jumbo-fix-enh-patch-20070520.txt |