diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-10 21:31:33 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-10 21:31:33 +0000 |
commit | f25ddab47a4a0d4007e071adf6675161a80ba08e (patch) | |
tree | 64d1dd939e0e8960c2c5620ed1e135ca08c1fd33 /science | |
parent | 31d132c3dffed8b7610443ae2a0d49b9bb4151e3 (diff) | |
download | ports-f25ddab47a4a0d4007e071adf6675161a80ba08e.tar.gz ports-f25ddab47a4a0d4007e071adf6675161a80ba08e.zip |
Notes
Diffstat (limited to 'science')
-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 |