diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-09 02:45:24 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-09 02:45:24 +0800 |
commit | 11038627e0d19047e035cf76808b18c42b626db2 (patch) | |
tree | a33182712876e34a1ee09c3602c574373f386d4c /science | |
parent | db78cc61de36a8607779129a5d8402295cdcc4a2 (diff) | |
download | freebsd-ports-gnome-11038627e0d19047e035cf76808b18c42b626db2.tar.gz freebsd-ports-gnome-11038627e0d19047e035cf76808b18c42b626db2.tar.zst freebsd-ports-gnome-11038627e0d19047e035cf76808b18c42b626db2.zip |
- Convert print/pslib to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Replace LDFLAGS with LIBS
Diffstat (limited to 'science')
-rw-r--r-- | science/gnudatalanguage/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/gnudatalanguage/Makefile b/science/gnudatalanguage/Makefile index 68ee2e8b077a..bdaf1b20a0ca 100644 --- a/science/gnudatalanguage/Makefile +++ b/science/gnudatalanguage/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnudatalanguage DISTVERSION= 0.9.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= science lang MASTER_SITES= SF/${PORTNAME}/gdl/${DISTVERSION} .if defined(BUILD_PYTHON_MODULE) |