diff options
author | will <will@FreeBSD.org> | 2000-05-17 19:37:43 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-05-17 19:37:43 +0800 |
commit | ea6426386b0eedb2804e39c123fc40c6fb703577 (patch) | |
tree | d68aeda831613cd5c713f6cb9ee459acfe96590d /x11 | |
parent | 25d9304e5bcb72f6826ce235c9d7fd8ab015d16e (diff) | |
download | freebsd-ports-gnome-ea6426386b0eedb2804e39c123fc40c6fb703577.tar.gz freebsd-ports-gnome-ea6426386b0eedb2804e39c123fc40c6fb703577.tar.zst freebsd-ports-gnome-ea6426386b0eedb2804e39c123fc40c6fb703577.zip |
Change MAINTAINER to myself, and clean these ports up a little.
Approved by: se (previous maintainer)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kde11/Makefile | 2 | ||||
-rw-r--r-- | x11/kdebase11/Makefile | 13 |
2 files changed, 6 insertions, 9 deletions
diff --git a/x11/kde11/Makefile b/x11/kde11/Makefile index 083b9200fee8..fa944d65d7d2 100644 --- a/x11/kde11/Makefile +++ b/x11/kde11/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= # empty DISTFILES= # none EXTRACT_ONLY= # empty -MAINTAINER= se@freebsd.org +MAINTAINER= will@FreeBSD.org LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11 RUN_DEPENDS= kwm:${PORTSDIR}/x11/kdebase11 \ diff --git a/x11/kdebase11/Makefile b/x11/kdebase11/Makefile index 142cb33134f5..e278322e4f20 100644 --- a/x11/kdebase11/Makefile +++ b/x11/kdebase11/Makefile @@ -11,22 +11,19 @@ CATEGORIES= x11 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 \ Xpm.4:${PORTSDIR}/graphics/xpm \ intl.1:${PORTSDIR}/devel/gettext USE_XLIB= yes USE_BZIP2= yes USE_QT= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS= "--prefix=$(PREFIX)" \ - "--with-xdmdir=${X11BASE}/lib/X11/xdm" +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-xdmdir=${X11BASE}/lib/X11/xdm CONFIGURE_ENV= CXXFLAGS="$(CFLAGS) -DHAVE_GETUSERSHELL -DTIME_WITH_SYS_TIME" \ - INSTALL_SCRIPT="install -c -m 555" \ - PATH="${PATH}:${X11BASE}/bin" + INSTALL_SCRIPT="install -c -m 555" PATH="${PATH}:${X11BASE}/bin" USE_GMAKE= yes MAKE_ENV= RM=${RM} CFLAGS+= "-I$(PREFIX)/include" |