diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-24 21:03:55 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-24 21:03:55 +0800 |
commit | dd70e028701d877ba20b006edcedc6df5c408d09 (patch) | |
tree | 29ee38167b82f550d5b5191edff093320cd794ba /multimedia | |
parent | 4e3961b506ac1065b05288675b0c56c7e1eb7dc3 (diff) | |
download | freebsd-ports-gnome-dd70e028701d877ba20b006edcedc6df5c408d09.tar.gz freebsd-ports-gnome-dd70e028701d877ba20b006edcedc6df5c408d09.tar.zst freebsd-ports-gnome-dd70e028701d877ba20b006edcedc6df5c408d09.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/audacious/Makefile | 1 | ||||
-rw-r--r-- | multimedia/kino/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/multimedia/audacious/Makefile b/multimedia/audacious/Makefile index 9e76396e1db8..0e31e13016f3 100644 --- a/multimedia/audacious/Makefile +++ b/multimedia/audacious/Makefile @@ -20,7 +20,6 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gtk20 libglade2 USE_LDCONFIG= yes -USE_XLIB= yes CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} MAN1= audacious.1 audtool.1 diff --git a/multimedia/kino/Makefile b/multimedia/kino/Makefile index 6c069bcfdc6a..5865e2bbdde3 100644 --- a/multimedia/kino/Makefile +++ b/multimedia/kino/Makefile @@ -30,7 +30,6 @@ USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix libglade2 libxml2 USE_ICONV= yes GNU_CONFIGURE= yes -USE_X_PREFIX= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/lqt \ -I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib/libquicktime \ |