diff options
author | will <will@FreeBSD.org> | 2000-05-17 11:37:43 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-05-17 11:37:43 +0000 |
commit | ea6426386b0eedb2804e39c123fc40c6fb703577 (patch) | |
tree | d68aeda831613cd5c713f6cb9ee459acfe96590d /misc/kdeutils11 | |
parent | 25d9304e5bcb72f6826ce235c9d7fd8ab015d16e (diff) | |
download | FreeBSD-ports-ea6426386b0eedb2804e39c123fc40c6fb703577.zip FreeBSD-ports-ea6426386b0eedb2804e39c123fc40c6fb703577.tar.gz |
Change MAINTAINER to myself, and clean these ports up a little.
Approved by: se (previous maintainer)
Diffstat (limited to 'misc/kdeutils11')
-rw-r--r-- | misc/kdeutils11/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/misc/kdeutils11/Makefile b/misc/kdeutils11/Makefile index 8fed890..54c8463 100644 --- a/misc/kdeutils11/Makefile +++ b/misc/kdeutils11/Makefile @@ -11,18 +11,15 @@ CATEGORIES= misc kde MASTER_SITES= $(MASTER_SITE_KDE) MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 -MAINTAINER= se@freebsd.org +MAINTAINER= will@FreeBSD.org -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - kdecore.3:${PORTSDIR}/x11/kdelibs11 +LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11 USE_BZIP2= yes USE_QT= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS= "--prefix=$(PREFIX)" \ - "--with-extra-includes=$(PREFIX)/include" -CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ - INSTALL_SCRIPT="install -c -m 555" +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-extra-includes=$(PREFIX)/include +CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" INSTALL_SCRIPT="install -c -m 555" USE_GMAKE= yes .include <bsd.port.mk> |