diff options
author | lofi <lofi@FreeBSD.org> | 2007-02-07 16:22:20 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2007-02-07 16:22:20 +0800 |
commit | 66e30d517834bd5ba21e7ccec797fc9e72a044c6 (patch) | |
tree | ff77338eec56b9973bab622c47309190cc6876da | |
parent | de6db95b348fe376d94409b137447a15aa064439 (diff) | |
download | freebsd-ports-gnome-66e30d517834bd5ba21e7ccec797fc9e72a044c6.tar.gz freebsd-ports-gnome-66e30d517834bd5ba21e7ccec797fc9e72a044c6.tar.zst freebsd-ports-gnome-66e30d517834bd5ba21e7ccec797fc9e72a044c6.zip |
Remove accidentally reintroduced DEPENDS
-rw-r--r-- | x11/kdelibs3/Makefile | 1 | ||||
-rw-r--r-- | x11/kdelibs4/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index 8f824dac35cf..67521ce0ef6f 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -18,7 +18,6 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Base set of libraries needed by KDE programs -DEPENDS= ${PORTSDIR}/misc/kdehier BUILD_DEPENDS= mkfontdir:${X_CLIENTS_PORT} LIB_DEPENDS= IlmImf:${PORTSDIR}/graphics/OpenEXR \ art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl \ diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile index 8f824dac35cf..67521ce0ef6f 100644 --- a/x11/kdelibs4/Makefile +++ b/x11/kdelibs4/Makefile @@ -18,7 +18,6 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Base set of libraries needed by KDE programs -DEPENDS= ${PORTSDIR}/misc/kdehier BUILD_DEPENDS= mkfontdir:${X_CLIENTS_PORT} LIB_DEPENDS= IlmImf:${PORTSDIR}/graphics/OpenEXR \ art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl \ |