diff options
author | arved <arved@FreeBSD.org> | 2004-11-05 23:03:42 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-11-05 23:03:42 +0800 |
commit | c974283b4f1efeeb9f29bb7bddf2655239a75872 (patch) | |
tree | 0a21dd9eba2823f0af68e1579cae380c3abbc30c /lang/squeak-dev | |
parent | a582da592b16061d2f2aca9fb3d76a2e71569fb4 (diff) | |
download | freebsd-ports-gnome-c974283b4f1efeeb9f29bb7bddf2655239a75872.tar.gz freebsd-ports-gnome-c974283b4f1efeeb9f29bb7bddf2655239a75872.tar.zst freebsd-ports-gnome-c974283b4f1efeeb9f29bb7bddf2655239a75872.zip |
Don't depend on XLIB in case a build without X is requested
PR: 73003
Submitted by: Chris Burkert <chris@chrisburkert.de>
Diffstat (limited to 'lang/squeak-dev')
-rw-r--r-- | lang/squeak-dev/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/squeak-dev/Makefile b/lang/squeak-dev/Makefile index 383704d29abe..0637aeb07f3d 100644 --- a/lang/squeak-dev/Makefile +++ b/lang/squeak-dev/Makefile @@ -8,6 +8,7 @@ ################################################## PORTNAME= squeak PORTVERSION= 3.6 +PORTREVISION= 1 CATEGORIES= lang VMVERSION= 3.6-3 IMAGEVERSION= 3.6 @@ -35,7 +36,6 @@ COMMENT= Full Smalltalk 80 with portability to UNIX, Mac, and Windows. ################################################## ONLY_FOR_ARCHS= i386 sparc64 MAN1= inisqueak.1 squeak.1 -USE_XLIB= yes USE_GMAKE= yes USE_REINPLACE= yes HAS_CONFIGURE= yes @@ -80,6 +80,7 @@ PLIST_NPSQUEAK= CONFIGURE_ARGS+= --without-x PLIST_X= "@comment feature not wanted - " .else +USE_XLIB= yes CONFIGURE_ARGS+= --with-x PLIST_X= .endif |