diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 12:13:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 12:13:23 +0000 |
commit | 1c7c3d2208b25ea1ca091a2b3e8cb6b7283feac6 (patch) | |
tree | 969d85a11701cc0a743c50f26376c759b7da5a4d /comms/ge-x2212 | |
parent | - login(3), logout(3), and logwtmp(3) were removed in base r202216 (diff) |
Add an explicit dependency on pkgconf
Notes
Notes:
svn path=/head/; revision=326137
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 |