diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-12 15:29:35 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-12 15:29:35 +0000 |
commit | b5678e075f58a4f61efaa1d1baa10f279e2dde61 (patch) | |
tree | bbc78a1eb174c43ff8770bd04a77f8a05faa14d5 /graphics/xmms-xvs | |
parent | Forced commit to note: (diff) |
Remove libpanel support.
Diffstat (limited to 'graphics/xmms-xvs')
-rw-r--r-- | graphics/xmms-xvs/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/graphics/xmms-xvs/Makefile b/graphics/xmms-xvs/Makefile index ee6ef2fc3b51..2d3e2b745d1e 100644 --- a/graphics/xmms-xvs/Makefile +++ b/graphics/xmms-xvs/Makefile @@ -33,12 +33,7 @@ CONFIGURE_ENV= XML2_CONFIG="${XML2_CONFIG}" XMMS_CONFIG="${XMMS_CONFIG}" .include <bsd.port.pre.mk> -.if ${HAVE_GNOME:Mlibpanel}!="" -USE_GNOME+= libpanel gnomeprefix -PLIST_SUB+= DATADIR="share/gnome" -.else PLIST_SUB+= DATADIR="share" -.endif post-patch: @${REINPLACE_CMD} -e 's|<xml|<libxml/xml|g' ${WRKSRC}/configure |