diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 20:13:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 20:13:23 +0800 |
commit | 74e0f8a8b686b5907c28d2392a09652cada4ca50 (patch) | |
tree | 969d85a11701cc0a743c50f26376c759b7da5a4d /comms/ge-x2212 | |
parent | cfe05aaa850def1fcb987abccbb3e58403ad9257 (diff) | |
download | freebsd-ports-gnome-74e0f8a8b686b5907c28d2392a09652cada4ca50.tar.gz freebsd-ports-gnome-74e0f8a8b686b5907c28d2392a09652cada4ca50.tar.zst freebsd-ports-gnome-74e0f8a8b686b5907c28d2392a09652cada4ca50.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'comms/ge-x2212')
-rw-r--r-- | comms/ge-x2212/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/ge-x2212/Makefile b/comms/ge-x2212/Makefile index 15052510698d..aabbd6cf2078 100644 --- a/comms/ge-x2212/Makefile +++ b/comms/ge-x2212/Makefile @@ -10,6 +10,7 @@ DISTNAME= ${PORTNAME}-2-15sept2010 MAINTAINER= shurd@sasktel.net COMMENT= EEPROM programmer for GE Phoenix SX Radios +USES= pkgconfig USE_GNOME= libgnomeui GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-2 |