diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-21 01:59:11 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-21 01:59:11 +0800 |
commit | a6641d0d06e5b7b2bcd49635c5f9f0eae9bb1506 (patch) | |
tree | aaf6a160c60a2d2c42efe7a3000bcaaa1be24b6e /graphics | |
parent | c00cdec6619700cc86b2e6555d0be6b28460271e (diff) | |
download | freebsd-ports-gnome-a6641d0d06e5b7b2bcd49635c5f9f0eae9bb1506.tar.gz freebsd-ports-gnome-a6641d0d06e5b7b2bcd49635c5f9f0eae9bb1506.tar.zst freebsd-ports-gnome-a6641d0d06e5b7b2bcd49635c5f9f0eae9bb1506.zip |
- Get rid of USE_X_PREFIX.
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/scrot/Makefile | 3 | ||||
-rw-r--r-- | graphics/sharpconstruct/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/graphics/scrot/Makefile b/graphics/scrot/Makefile index e87c716061da..e6fa9a995b36 100644 --- a/graphics/scrot/Makefile +++ b/graphics/scrot/Makefile @@ -7,7 +7,7 @@ PORTNAME= scrot PORTVERSION= 0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://linuxbrit.co.uk/downloads/ \ http://www.amdmi3.ru/distfiles/ @@ -17,7 +17,6 @@ COMMENT= A screen capture utility that utilizes Imlib2 LIB_DEPENDS= giblib.1:${PORTSDIR}/graphics/giblib -USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/graphics/sharpconstruct/Makefile b/graphics/sharpconstruct/Makefile index 808583ccfbad..11313b77c205 100644 --- a/graphics/sharpconstruct/Makefile +++ b/graphics/sharpconstruct/Makefile @@ -7,7 +7,7 @@ PORTNAME= sharpconstruct PORTVERSION= 0.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF MASTER_SITE_SUBDIR= sharp3d @@ -19,7 +19,6 @@ LIB_DEPENDS= gtkglextmm-x11-1.2.0:${PORTSDIR}/x11-toolkits/gtkglextmm \ glademm-2.4.1:${PORTSDIR}/devel/libglademm24 USE_BZIP2= yes -USE_X_PREFIX= yes USE_GL= yes USE_GMAKE= yes GNU_CONFIGURE= yes |