diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-25 22:44:48 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-25 22:44:48 +0000 |
commit | cda30a295fd474159658e5a43f99f4441d06682f (patch) | |
tree | 2007491b9bfa70afd7bf89bf4d2324df2200b1b2 /devel | |
parent | 483c9c20a1b87e8a7e307cb57e7e556dc8be9a5d (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/qca/Makefile | 1 | ||||
-rw-r--r-- | devel/sdl12/Makefile | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/qca/Makefile b/devel/qca/Makefile index c71c8c6c40f0..db01bf43e11d 100644 --- a/devel/qca/Makefile +++ b/devel/qca/Makefile @@ -21,7 +21,6 @@ QT_NONSTANDARD= yes HAS_CONFIGURE= yes USE_BZIP2= yes USE_QT_VER= 3 -USE_X_PREFIX= yes USE_LDCONFIG= yes CONFIGURE_ENV= QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ diff --git a/devel/sdl12/Makefile b/devel/sdl12/Makefile index ea0ed28ad1f2..48422158f964 100644 --- a/devel/sdl12/Makefile +++ b/devel/sdl12/Makefile @@ -7,6 +7,7 @@ PORTNAME= sdl PORTVERSION= 1.2.13 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= devel MASTER_SITES= http://www.libsdl.org/release/ @@ -139,7 +140,7 @@ DISPLAY_MSG= ${CAT} ${PKGMESSAGE} PKGNAMESUFFIX= -nox11 CONFIGURE_ARGS+=--disable-video-x11 .else -USE_XLIB= yes +USE_XORG= x11 xrender xrandr xextproto .endif post-install: |