diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-04 01:30:00 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-04 01:30:00 +0800 |
commit | d10d79c925c56bf24ca0daab2b265d0049aa7b63 (patch) | |
tree | cbe8db3acac35eb25c39752fe8c462214188bdaf /graphics | |
parent | 4d3999aaeb79ee7022f43a91ff9550fa9fcf52be (diff) | |
download | freebsd-ports-gnome-d10d79c925c56bf24ca0daab2b265d0049aa7b63.tar.gz freebsd-ports-gnome-d10d79c925c56bf24ca0daab2b265d0049aa7b63.tar.zst freebsd-ports-gnome-d10d79c925c56bf24ca0daab2b265d0049aa7b63.zip |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sage/Makefile | 4 | ||||
-rw-r--r-- | graphics/sage/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/graphics/sage/Makefile b/graphics/sage/Makefile index de8cb52c2a9e..43bafdc4c342 100644 --- a/graphics/sage/Makefile +++ b/graphics/sage/Makefile @@ -3,7 +3,7 @@ PORTNAME= sage PORTVERSION= 0.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics devel MASTER_SITES= SF/worldforge/${PORTNAME}%20%28OpenGL%20helper%20lib%29/${PORTVERSION} @@ -13,7 +13,7 @@ COMMENT= OpenGL extension library CONFIGURE_ARGS= --program-transform-name= GNU_CONFIGURE= yes USE_GL= yes -USES= pathfix +USES= libtool pathfix USE_LDCONFIG= yes USE_SDL= sdl diff --git a/graphics/sage/pkg-plist b/graphics/sage/pkg-plist index b5c91c3a662a..8893be0f5daf 100644 --- a/graphics/sage/pkg-plist +++ b/graphics/sage/pkg-plist @@ -1,7 +1,7 @@ lib/libsage.a -lib/libsage.la lib/libsage.so lib/libsage.so.2 +lib/libsage.so.2.0.0 include/sage/sage.h include/sage/utility.h include/sage/sage_fptr.h |