aboutsummaryrefslogtreecommitdiff
path: root/editors/deforaos-editor
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-04-23 10:19:45 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-04-23 10:19:45 +0000
commite6f882f47a06d4f79159cde5cfcf087a328b5ae3 (patch)
treed1c32a7b5fa2a2eaa7b78f599c959792a18b9fa4 /editors/deforaos-editor
parentb1fada5017e87f12716eab88bf293880c4e2310e (diff)
downloadports-e6f882f47a06d4f79159cde5cfcf087a328b5ae3.tar.gz
ports-e6f882f47a06d4f79159cde5cfcf087a328b5ae3.zip
Convert e* to USES=pkgconfig
Notes
Notes: svn path=/head/; revision=316337
Diffstat (limited to 'editors/deforaos-editor')
-rw-r--r--editors/deforaos-editor/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/deforaos-editor/Makefile b/editors/deforaos-editor/Makefile
index 8f8f666e5dbe..b94cdce72e9b 100644
--- a/editors/deforaos-editor/Makefile
+++ b/editors/deforaos-editor/Makefile
@@ -17,8 +17,8 @@ LIB_DEPENDS= System:${PORTSDIR}/devel/deforaos-libsystem \
Desktop:${PORTSDIR}/x11/deforaos-libdesktop
MAKE_ARGS= PREFIX=${PREFIX}
+USES= pkgconfig
USE_GNOME= gtk20 desktopfileutils
-USE_PKGCONFIG= build
USE_GETTEXT= yes
.include <bsd.port.mk>