diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-21 13:40:06 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-21 13:40:06 +0000 |
commit | c949be060c209caf2abaea8633105cfb4c62cd60 (patch) | |
tree | afe69f84fff667acabc01374c9534352837707fb /science | |
parent | 6b3a85feb3a42f49be0708924b38d37dd7a28d20 (diff) | |
download | ports-c949be060c209caf2abaea8633105cfb4c62cd60.tar.gz ports-c949be060c209caf2abaea8633105cfb4c62cd60.zip |
Convert to USES=autoreconf
Notes
Notes:
svn path=/head/; revision=390207
Diffstat (limited to 'science')
-rw-r--r-- | science/gsmc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/science/gsmc/Makefile b/science/gsmc/Makefile index c66ad25f2d7b..c100b23dc1d2 100644 --- a/science/gsmc/Makefile +++ b/science/gsmc/Makefile @@ -12,9 +12,7 @@ COMMENT= Smith chart program for impedance matching USE_GNOME= gtk20 GNU_CONFIGURE= yes -USES= gmake pkgconfig -USE_AUTOTOOLS= aclocal automake autoconf -AUTOMAKE_ARGS= -i --add-missing --foreign --copy --force +USES= autoreconf gmake pkgconfig post-patch: @${REINPLACE_CMD} '/^LIBS=/s/$$/ -lm/' ${WRKSRC}/Makefile.am |