diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-20 17:59:11 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-20 17:59:11 +0000 |
commit | a6641d0d06e5b7b2bcd49635c5f9f0eae9bb1506 (patch) | |
tree | aaf6a160c60a2d2c42efe7a3000bcaaa1be24b6e /graphics/scrot | |
parent | c00cdec6619700cc86b2e6555d0be6b28460271e (diff) | |
download | FreeBSD-ports-a6641d0d06e5b7b2bcd49635c5f9f0eae9bb1506.zip FreeBSD-ports-a6641d0d06e5b7b2bcd49635c5f9f0eae9bb1506.tar.gz |
- Get rid of USE_X_PREFIX.
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
Diffstat (limited to 'graphics/scrot')
-rw-r--r-- | graphics/scrot/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/scrot/Makefile b/graphics/scrot/Makefile index e87c716..e6fa9a9 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} |