diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-23 22:14:44 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-23 22:14:44 +0800 |
commit | 1d9ca34225ef145c3b8deb6de1131ff5537d2d75 (patch) | |
tree | 1c04cd8b5b242b60dd9d99d57c0b8f407a83651d /graphics | |
parent | 348e744169f1fec7141818b31f5dfff1b1b7c4e3 (diff) | |
download | freebsd-ports-gnome-1d9ca34225ef145c3b8deb6de1131ff5537d2d75.tar.gz freebsd-ports-gnome-1d9ca34225ef145c3b8deb6de1131ff5537d2d75.tar.zst freebsd-ports-gnome-1d9ca34225ef145c3b8deb6de1131ff5537d2d75.zip |
- Remove USES=desktop-file-utils as suggested by stage-qa
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/price/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/price/Makefile b/graphics/price/Makefile index eb70b19179cd..a6a73cb66f6c 100644 --- a/graphics/price/Makefile +++ b/graphics/price/Makefile @@ -3,7 +3,7 @@ PORTNAME= price PORTVERSION= 1.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics gnustep MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} DISTNAME= PRICE-${PORTVERSION} @@ -14,7 +14,7 @@ COMMENT= Image filtering and manipulation using GNUstep LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= desktop-file-utils gnustep +USES= gnustep USE_GNUSTEP= back build |