- Switch graphics/gle to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed Approved by: portmgr blanket
This commit is contained in:
parent
fb55987375
commit
c3efc96fff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364045
4 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= xscreensaver
|
||||
PORTVERSION= 5.29
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://www.jwz.org/xscreensaver/
|
||||
|
||||
|
|
Loading…
Reference in a new issue