diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 05:16:30 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 05:16:30 +0800 |
commit | 46ccc06ed12754ba1915e6ced7a556dbf908d709 (patch) | |
tree | 01acb1d2a968dc8d10b50517f6c4e4baf10c93e6 /comms/gpredict | |
parent | cfb51d057a3d4878b0c7f7fef7d78c84d49810fb (diff) | |
download | freebsd-ports-gnome-46ccc06ed12754ba1915e6ced7a556dbf908d709.tar.gz freebsd-ports-gnome-46ccc06ed12754ba1915e6ced7a556dbf908d709.tar.zst freebsd-ports-gnome-46ccc06ed12754ba1915e6ced7a556dbf908d709.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'comms/gpredict')
-rw-r--r-- | comms/gpredict/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/gpredict/Makefile b/comms/gpredict/Makefile index 2269ae366f13..f1b9fddd8098 100644 --- a/comms/gpredict/Makefile +++ b/comms/gpredict/Makefile @@ -15,9 +15,8 @@ LIB_DEPENDS= hamlib:${PORTSDIR}/comms/hamlib \ curl:${PORTSDIR}/ftp/curl \ goocanvas:${PORTSDIR}/graphics/goocanvas -USES= gettext pathfix +USES= gettext pathfix gmake pkgconfig USE_GNOME= gtk20 -USE_GMAKE= yes GNU_CONFIGURE= yes MAN1= gpredict.1 |