aboutsummaryrefslogtreecommitdiff
path: root/lang/squeak
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-12-27 14:01:42 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-12-27 14:01:42 +0000
commitae09fed93bc5f30d197bba4ab597710bb30952e8 (patch)
tree5a5877ee3381400a97a43a0f001de9f9101b54ff /lang/squeak
parent1eb5217683e53ca3f7ebf45538cf5bf85912dc35 (diff)
downloadports-ae09fed93bc5f30d197bba4ab597710bb30952e8.tar.gz
ports-ae09fed93bc5f30d197bba4ab597710bb30952e8.zip
- Respect X11BASE
- Fix pkg-plist with NAS plugin - Bump PORTREVISION Submitted by: Takeshi MUTOH <mutoh@openedu.org> (maintainer via privat mail)
Notes
Notes: svn path=/head/; revision=180853
Diffstat (limited to 'lang/squeak')
-rw-r--r--lang/squeak/Makefile5
-rw-r--r--lang/squeak/pkg-plist1
2 files changed, 4 insertions, 2 deletions
diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile
index ce82a53256db..4d0f943bb309 100644
--- a/lang/squeak/Makefile
+++ b/lang/squeak/Makefile
@@ -7,7 +7,7 @@
PORTNAME= squeak
PORTVERSION= 3.6
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= lang
##################################################
MASTER_SITES= ftp://st.cs.uiuc.edu/Smalltalk/Squeak/3.6/ \
@@ -83,7 +83,8 @@ INSTALL_WRKSRC= ${CONFIGURE_WRKSRC}
CONFIGURE_SCRIPT= ../platforms/unix/config/configure
CONFIGURE_ARGS+= --libdir=${PREFIX}/share \
--without-quartz \
- LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include"
+ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
+ CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include"
# don't pass "-s" to install to avoid trying to strip a shell script
CONFIGURE_ENV=
diff --git a/lang/squeak/pkg-plist b/lang/squeak/pkg-plist
index 50f983df8eed..db6746c664dc 100644
--- a/lang/squeak/pkg-plist
+++ b/lang/squeak/pkg-plist
@@ -17,6 +17,7 @@ bin/squeak
%%DATADIR%%/%%VMVERSION%%/squeak
%%PLIST_X%%%%DATADIR%%/%%VMVERSION%%/vm-display-X11
%%DATADIR%%/%%VMVERSION%%/vm-display-null
+%%DATADIR%%/%%VMVERSION%%/vm-sound-NAS
%%DATADIR%%/%%VMVERSION%%/vm-sound-OSS
%%DATADIR%%/%%VMVERSION%%/vm-sound-null
%%DATADIR%%/ReadMe.txt