diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 17:50:21 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 17:50:21 +0800 |
commit | 7c0401ea272875b8e608aa60d322ff8f56f3346e (patch) | |
tree | e13d451dee5e28238c8d1ed8a69d6ca883f42ef2 | |
parent | b3f026ffa74fd54b74185c866026b13ca850120e (diff) | |
download | freebsd-ports-gnome-7c0401ea272875b8e608aa60d322ff8f56f3346e.tar.gz freebsd-ports-gnome-7c0401ea272875b8e608aa60d322ff8f56f3346e.tar.zst freebsd-ports-gnome-7c0401ea272875b8e608aa60d322ff8f56f3346e.zip |
Add an explicit dependency on pkgconf
-rw-r--r-- | comms/gtkmmorse/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/comms/gtkmmorse/Makefile b/comms/gtkmmorse/Makefile index f1ff6731afb7..266d2a9a62b3 100644 --- a/comms/gtkmmorse/Makefile +++ b/comms/gtkmmorse/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: morse -# Date created: 2012-04-26 -# Whom: Stephen Hurd <shurd@sasktel.net> -# +# Created by: Stephen Hurd <shurd@sasktel.net> # $FreeBSD$ -# PORTNAME= gtkmmorse PORTVERSION= 0.9.27 @@ -20,6 +16,7 @@ LIB_DEPENDS= ao:${PORTSDIR}/audio/libao \ USE_BZIP2= yes GNU_CONFIGURE= yes +USES= pkgconfig PLIST_FILES= bin/gtkmmorse MAN1= gtkmmorse.1 |