diff options
author | sat <sat@FreeBSD.org> | 2007-08-31 21:27:42 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-08-31 21:27:42 +0800 |
commit | 4bafca4a1d5ef69281e1183a36be985f7e982b33 (patch) | |
tree | 0531b2937620393c90e8ff2e7e04e0a2e7cd2ac4 /www/syndigator | |
parent | 2aeddd747eb4b263850938c102018839e0633d29 (diff) | |
download | freebsd-ports-gnome-4bafca4a1d5ef69281e1183a36be985f7e982b33.tar.gz freebsd-ports-gnome-4bafca4a1d5ef69281e1183a36be985f7e982b33.tar.zst freebsd-ports-gnome-4bafca4a1d5ef69281e1183a36be985f7e982b33.zip |
- s/USE_X_LIB/USE_XLIB/ in unmaintained ports
Noticed by: gabor
Diffstat (limited to 'www/syndigator')
-rw-r--r-- | www/syndigator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/syndigator/Makefile b/www/syndigator/Makefile index 7a2de67fe739..f69b5fdbaa6b 100644 --- a/www/syndigator/Makefile +++ b/www/syndigator/Makefile @@ -26,7 +26,7 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-T ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ ${SITE_PERL}/${PERL_ARCH}/Gtk2/Html2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2-Html2 -USE_X_LIB= yes +USE_XLIB= yes USE_GNOME= gnomehier USE_PERL5= yes NO_BUILD= yes |