diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2004-04-09 01:56:49 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2004-04-09 01:56:49 +0000 |
commit | 01522c157a74f64c693828006d484ed86866ab69 (patch) | |
tree | a5709e375b29920aab409b3fc15eb05b3cc6bfdc /sysutils | |
parent | da9020afbef3639ba1970a68831e90c8c0214c8b (diff) | |
download | ports-01522c157a74f64c693828006d484ed86866ab69.tar.gz ports-01522c157a74f64c693828006d484ed86866ab69.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xcdroast/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysutils/xcdroast/Makefile b/sysutils/xcdroast/Makefile index 9fa03b15bc05..84bff42de80c 100644 --- a/sysutils/xcdroast/Makefile +++ b/sysutils/xcdroast/Makefile @@ -38,9 +38,6 @@ CONFIGURE_ARGS= --with-cdrtools-prefix=${LOCALBASE} \ MAN1= xcdroast.1 .if defined(WITH_GTK2) -RUN_DEPENDS+= pkg-config:${PORTSDIR}/devel/pkgconfig -LIB_DEPENDS+= glib-2.0.200:${PORTSDIR}/devel/glib20 \ - gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 CONFIGURE_ARGS+=--enable-gtk2 USE_GNOME= gtk20 .else |