diff options
-rw-r--r-- | graphics/gle/Makefile | 4 | ||||
-rw-r--r-- | graphics/gle/pkg-plist | 4 | ||||
-rw-r--r-- | x11/xscreensaver-gnome/Makefile | 2 | ||||
-rw-r--r-- | x11/xscreensaver/Makefile | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/graphics/gle/Makefile b/graphics/gle/Makefile index e0e7811d409b..3b95ca9b62ca 100644 --- a/graphics/gle/Makefile +++ b/graphics/gle/Makefile @@ -3,7 +3,7 @@ PORTNAME= gle PORTVERSION= 3.1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}\ http://linas.org/gle/pub/ \ @@ -13,9 +13,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}\ MAINTAINER= ports@dclg.ca COMMENT= GL Tubing and Extrusion Library +USES= libtool USE_XORG= ice xt xmu USE_GL= glut -USE_AUTOTOOLS= libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes LIBS+= -L${LOCALBASE}/lib -lXext diff --git a/graphics/gle/pkg-plist b/graphics/gle/pkg-plist index 8762b91df740..4335188ac4e2 100644 --- a/graphics/gle/pkg-plist +++ b/graphics/gle/pkg-plist @@ -1,8 +1,8 @@ include/GL/gle.h lib/libgle.a -lib/libgle.la lib/libgle.so -lib/libgle.so.4 +lib/libgle.so.3 +lib/libgle.so.3.1.0 man/man3/gle.3gle.gz man/man3/gleExtrusion.3gle.gz man/man3/gleHelicoid.3gle.gz diff --git a/x11/xscreensaver-gnome/Makefile b/x11/xscreensaver-gnome/Makefile index 434bb94f66bf..a28d46f02bcb 100644 --- a/x11/xscreensaver-gnome/Makefile +++ b/x11/xscreensaver-gnome/Makefile @@ -4,7 +4,7 @@ PORTNAME?= xscreensaver-gnome PORTVERSION= 5.12 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= x11 gnome MASTER_SITES= http://www.jwz.org/xscreensaver/ DISTNAME= xscreensaver-${PORTVERSION} diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile index ba0724ea9aba..1f95a7c89b63 100644 --- a/x11/xscreensaver/Makefile +++ b/x11/xscreensaver/Makefile @@ -3,7 +3,7 @@ PORTNAME= xscreensaver PORTVERSION= 5.29 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://www.jwz.org/xscreensaver/ |