diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-23 22:14:44 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-23 22:14:44 +0800 |
commit | a78f51fa31082329f5688e936740467fc643799b (patch) | |
tree | 1c04cd8b5b242b60dd9d99d57c0b8f407a83651d /graphics | |
parent | 70bc3292633d23ad0db757a5d81e1899663ef889 (diff) | |
download | freebsd-ports-gnome-a78f51fa31082329f5688e936740467fc643799b.tar.gz freebsd-ports-gnome-a78f51fa31082329f5688e936740467fc643799b.tar.zst freebsd-ports-gnome-a78f51fa31082329f5688e936740467fc643799b.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 |