diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 23:03:18 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 23:03:18 +0000 |
commit | 06aa815303d09728523a1521f001bd7d8ac0ff16 (patch) | |
tree | 8ef0d81d9016d3c0cd3c36f31cc02904d60bab57 /x11-toolkits | |
parent | 7dad8e86731f6a02bb83a5de682e3bfbcc7232ba (diff) | |
download | ports-06aa815303d09728523a1521f001bd7d8ac0ff16.tar.gz ports-06aa815303d09728523a1521f001bd7d8ac0ff16.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/flu/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/plib/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/x11-toolkits/flu/Makefile b/x11-toolkits/flu/Makefile index b32e329b4b39..3f633b77cf07 100644 --- a/x11-toolkits/flu/Makefile +++ b/x11-toolkits/flu/Makefile @@ -7,7 +7,7 @@ PORTNAME= flu PORTVERSION= 2.14 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits MASTER_SITES= http://www.osc.edu/~jbryan/FLU/ DISTNAME= FLU_${PORTVERSION} @@ -17,7 +17,6 @@ COMMENT= A library containing extra widgets for FLTK LIB_DEPENDS= fltk:${PORTSDIR}/x11-toolkits/fltk -USE_X_PREFIX= yes USE_GL= yes USE_LDCONFIG= yes HAS_CONFIGURE= yes diff --git a/x11-toolkits/plib/Makefile b/x11-toolkits/plib/Makefile index e3c49496f594..cd3ae23ed2a5 100644 --- a/x11-toolkits/plib/Makefile +++ b/x11-toolkits/plib/Makefile @@ -7,14 +7,13 @@ PORTNAME= plib PORTVERSION= 1.8.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits MASTER_SITES= http://plib.sourceforge.net/dist/ MAINTAINER= jylefort@FreeBSD.org COMMENT= A portable library for joystick/sound/OpenGL GUI/3D math -USE_X_PREFIX= yes USE_GL= yes USE_GMAKE= yes GNU_CONFIGURE= yes |