diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-03 17:30:00 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-03 17:30:00 +0000 |
commit | 955019655e8ba8a4f66634594880eac1fdb022a5 (patch) | |
tree | cbe8db3acac35eb25c39752fe8c462214188bdaf /graphics | |
parent | 17e56b55f49ef282441ce933f18a582d90d0d226 (diff) | |
download | ports-955019655e8ba8a4f66634594880eac1fdb022a5.tar.gz ports-955019655e8ba8a4f66634594880eac1fdb022a5.zip |
Notes
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 |