diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-12 22:50:12 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-12 22:50:12 +0000 |
commit | 8ad10c8085519d1352c8b854cedbf7bd148ee4bd (patch) | |
tree | d17f7a166e17fefacf722e6f872bce78b335c431 /x11-toolkits | |
parent | Upgrade to 5.0.0. IPv6 was newly supported. (diff) |
* Do not install .la files
* Correct GNOMENG usage to use gnomehack (this installs the .pc file in the
correct location)
* Use USE_X_PREFIX
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=67909
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtkglarea2/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/gtkglarea2/pkg-plist | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/gtkglarea2/Makefile b/x11-toolkits/gtkglarea2/Makefile index 993bd84d541e..bbcc9c2b59e2 100644 --- a/x11-toolkits/gtkglarea2/Makefile +++ b/x11-toolkits/gtkglarea2/Makefile @@ -6,6 +6,7 @@ PORTNAME= gtkglarea PORTVERSION= 1.99.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gtkglarea/1.99 @@ -16,7 +17,9 @@ MAINTAINER= marc@informatik.uni-bremen.de LIB_DEPENDS= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 +USE_X_PREFIX= yes USE_GNOMENG= yes +USE_GNOME= gnomehack USE_BZIP2= yes USE_MESA= yes USE_LIBTOOL= yes diff --git a/x11-toolkits/gtkglarea2/pkg-plist b/x11-toolkits/gtkglarea2/pkg-plist index 800a6fdd6c7e..15d5747ea11f 100644 --- a/x11-toolkits/gtkglarea2/pkg-plist +++ b/x11-toolkits/gtkglarea2/pkg-plist @@ -1,9 +1,8 @@ include/gtkgl-2.0/gtkgl/gdkgl.h include/gtkgl-2.0/gtkgl/gtkglarea.h lib/libgtkgl-2.0.a -lib/libgtkgl-2.0.la lib/libgtkgl-2.0.so lib/libgtkgl-2.0.so.1 -lib/pkgconfig/gtkgl-2.0.pc +libdata/pkgconfig/gtkgl-2.0.pc @dirrm include/gtkgl-2.0/gtkgl @dirrm include/gtkgl-2.0 |