diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-12-12 04:28:23 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-12-12 04:28:23 +0800 |
commit | 05f8896d6851fb9b215b76cea4b3e8b097836e80 (patch) | |
tree | 8dfb81f6fbf176a8d49d4b7dbf68460a880606ec /net | |
parent | 0e80e22dbd2bd161a94d6a0a3938a02764338d85 (diff) | |
download | freebsd-ports-gnome-05f8896d6851fb9b215b76cea4b3e8b097836e80.tar.gz freebsd-ports-gnome-05f8896d6851fb9b215b76cea4b3e8b097836e80.tar.zst freebsd-ports-gnome-05f8896d6851fb9b215b76cea4b3e8b097836e80.zip |
- set USE_XORG
Diffstat (limited to 'net')
-rw-r--r-- | net/crescendo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/crescendo/Makefile b/net/crescendo/Makefile index 0eda368638ad..abb7f050804c 100644 --- a/net/crescendo/Makefile +++ b/net/crescendo/Makefile @@ -8,7 +8,7 @@ PORTNAME= crescendo PORTVERSION= 1.1.7 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net gnome # Master Site broken #MASTER_SITES= http://crescendo.lyrical.net/files/ @@ -28,7 +28,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CFLAGS+= -g PLIST_SUB= DOCDIR=share/doc/${PORTNAME} -USE_XLIB= yes +USE_XORG= x11 sm ice xi xext USE_GNOME= gnomelibs post-patch: |