diff options
author | pawel <pawel@FreeBSD.org> | 2012-05-14 22:09:40 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2012-05-14 22:09:40 +0800 |
commit | 6c428d6b452d69bd0b74629e0a6c0c6f00275823 (patch) | |
tree | ce15baabb15961f9b884c51ce32773354be1169c /lang | |
parent | f9ddf86d64000ac725020fadad797bfe36723d8d (diff) | |
download | freebsd-ports-gnome-6c428d6b452d69bd0b74629e0a6c0c6f00275823.tar.gz freebsd-ports-gnome-6c428d6b452d69bd0b74629e0a6c0c6f00275823.tar.zst freebsd-ports-gnome-6c428d6b452d69bd0b74629e0a6c0c6f00275823.zip |
Add dependency on opengl lib, port builds additional plugin when it's
installed on system, this fixes incomplete plist in that case.
PR: ports/167809
Submitted by: me
Approved by: maintainer
Diffstat (limited to 'lang')
-rw-r--r-- | lang/squeak/Makefile | 2 | ||||
-rw-r--r-- | lang/squeak/pkg-plist | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile index cb0b0792d76a..890bfb61fa7a 100644 --- a/lang/squeak/Makefile +++ b/lang/squeak/Makefile @@ -7,6 +7,7 @@ PORTNAME= squeak PORTVERSION= 4.4.7 +PORTREVISION= 1 CATEGORIES= lang ################################################## MASTER_SITES= http://www.squeakvm.org/unix/release/:vmsrc \ @@ -46,6 +47,7 @@ DIST_SUBDIR= squeak ONLY_FOR_ARCHS= i386 MAN1= squeak.1 USE_GMAKE= yes +USE_GL= gl HAS_CONFIGURE= yes # Plugin image must be writable, because of it copy to user's ~/.npsqueak/ and diff --git a/lang/squeak/pkg-plist b/lang/squeak/pkg-plist index 7783b7ed4179..4d5d9c07fbc4 100644 --- a/lang/squeak/pkg-plist +++ b/lang/squeak/pkg-plist @@ -1,6 +1,7 @@ bin/squeak bin/squeak.sh lib/squeak/%%SQUEAK_LIB_DIR%%/so.AioPlugin +lib/squeak/%%SQUEAK_LIB_DIR%%/so.B3DAcceleratorPlugin lib/squeak/%%SQUEAK_LIB_DIR%%/so.ClipboardExtendedPlugin lib/squeak/%%SQUEAK_LIB_DIR%%/so.DBusPlugin lib/squeak/%%SQUEAK_LIB_DIR%%/so.FileCopyPlugin |