svn commit: r336960 - head/x11-toolkits/plib
Pawel Pekala
pawel at FreeBSD.org
Thu Dec 19 20:48:18 UTC 2013
Author: pawel
Date: Thu Dec 19 20:48:17 2013
New Revision: 336960
URL: http://svnweb.freebsd.org/changeset/ports/336960
Log:
- Needs root during stage
- Improve COMMENT and pkg-descr
Modified:
head/x11-toolkits/plib/Makefile (contents, props changed)
head/x11-toolkits/plib/pkg-descr (contents, props changed)
Modified: head/x11-toolkits/plib/Makefile
==============================================================================
--- head/x11-toolkits/plib/Makefile Thu Dec 19 20:26:40 2013 (r336959)
+++ head/x11-toolkits/plib/Makefile Thu Dec 19 20:48:17 2013 (r336960)
@@ -8,12 +8,13 @@ CATEGORIES= x11-toolkits
MASTER_SITES= http://plib.sourceforge.net/dist/
MAINTAINER= ports at FreeBSD.org
-COMMENT= A portable library for joystick/sound/OpenGL GUI/3D math
+COMMENT= Portable library for joystick/sound/OpenGL GUI/3D math
USES= gmake
USE_XORG= xt xi xmu xext x11
USE_GL= glu
GNU_CONFIGURE= yes
+NEED_ROOT= yes
CXXFLAGS+= -fPIC
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
Modified: head/x11-toolkits/plib/pkg-descr
==============================================================================
--- head/x11-toolkits/plib/pkg-descr Thu Dec 19 20:26:40 2013 (r336959)
+++ head/x11-toolkits/plib/pkg-descr Thu Dec 19 20:48:17 2013 (r336960)
@@ -1,8 +1,6 @@
These are Steve Baker <sjbaker1 at airmail.net>'s portability libraries. They
are licensed under the LGPL.
-From the README:
-
The following libraries are provided:
JS -- A Joystick interface.
More information about the svn-ports-all
mailing list