diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-26 21:11:10 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-26 21:11:10 +0800 |
commit | 427380f17e467ee6b68ea60394516f7b8ad0d808 (patch) | |
tree | 24df1a0c1498fe3bc0ff58bfe1934730b0a3974f | |
parent | f31587fa2cc563b3e2c014afd207cc652179e1cb (diff) | |
download | freebsd-ports-gnome-427380f17e467ee6b68ea60394516f7b8ad0d808.tar.gz freebsd-ports-gnome-427380f17e467ee6b68ea60394516f7b8ad0d808.tar.zst freebsd-ports-gnome-427380f17e467ee6b68ea60394516f7b8ad0d808.zip |
- Add USES=desktop-file-utils as suggested by stage-qa
-rw-r--r-- | graphics/lprof-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/lprof-devel/Makefile b/graphics/lprof-devel/Makefile index 7531c56e333e..897d1ee1e2f8 100644 --- a/graphics/lprof-devel/Makefile +++ b/graphics/lprof-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= lprof PORTVERSION= 20080514 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ \ LOCAL/amdmi3 @@ -17,7 +17,7 @@ LIB_DEPENDS= liblcms.so:${PORTSDIR}/graphics/lcms \ libtiff.so:${PORTSDIR}/graphics/tiff \ libvigraimpex.so:${PORTSDIR}/graphics/vigra -USES= tar:bzip2 cmake +USES= cmake desktop-file-utils tar:bzip2 USE_XORG= x11 xext sm ice xxf86vm USE_QT4= corelib gui qt3support svg assistantclient \ linguisttools_build qmake_build moc_build uic_build rcc_build |