diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-11 05:31:33 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-11 05:31:33 +0800 |
commit | 67f0c1ae295da5f9c6346b1ceb657dd2f1faf070 (patch) | |
tree | 64d1dd939e0e8960c2c5620ed1e135ca08c1fd33 /science/gsmc | |
parent | 8a8f767a247d47f6100b5946d98c7aa7267bf6cc (diff) | |
download | freebsd-ports-gnome-67f0c1ae295da5f9c6346b1ceb657dd2f1faf070.tar.gz freebsd-ports-gnome-67f0c1ae295da5f9c6346b1ceb657dd2f1faf070.tar.zst freebsd-ports-gnome-67f0c1ae295da5f9c6346b1ceb657dd2f1faf070.zip |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Diffstat (limited to 'science/gsmc')
-rw-r--r-- | science/gsmc/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/science/gsmc/Makefile b/science/gsmc/Makefile index ee7ef302da0d..e77a1dfaba84 100644 --- a/science/gsmc/Makefile +++ b/science/gsmc/Makefile @@ -1,9 +1,5 @@ -# ports collection makefile for: gsmc -# Date created: 11 February 2006 -# Whom: db -# +# Created by: db # $FreeBSD$ -# PORTNAME= gsmc PORTVERSION= 1.1 @@ -18,7 +14,7 @@ USE_GNOME= gtk20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USE_GMAKE= yes +USES= gmake pkgconfig USE_AUTOTOOLS= aclocal automake autoconf AUTOMAKE_ARGS= -i --add-missing --foreign --copy |