aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2003-05-21 02:18:32 +0800
committeradamw <adamw@FreeBSD.org>2003-05-21 02:18:32 +0800
commit888525f5c90e15c6a991118f7a8d65321ebb65ce (patch)
tree2e184e7e2727c7c9424d361b5ba34b6c5ff27f48 /x11-themes
parent6e0fa1189abd5dd2be5fe6b871f576fec3f931d2 (diff)
downloadfreebsd-ports-gnome-888525f5c90e15c6a991118f7a8d65321ebb65ce.tar.gz
freebsd-ports-gnome-888525f5c90e15c6a991118f7a8d65321ebb65ce.tar.zst
freebsd-ports-gnome-888525f5c90e15c6a991118f7a8d65321ebb65ce.zip
Remove unnecessary BUILD_DEPENDS and clean up the Makefile a bit.
PR: ports/52485 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/qnxstyle/Makefile20
1 files changed, 8 insertions, 12 deletions
diff --git a/x11-themes/qnxstyle/Makefile b/x11-themes/qnxstyle/Makefile
index 0c4cc8604b68..9f92c1be7e57 100644
--- a/x11-themes/qnxstyle/Makefile
+++ b/x11-themes/qnxstyle/Makefile
@@ -9,22 +9,18 @@ PORTNAME= qnxstyle
PORTVERSION= 0.1
CATEGORIES= x11-wm kde
MASTER_SITES= http://www.kde-look.org/content/files/
-DISTNAME= $(KDELOOKITEM)-${PORTNAME}-$(PORTVERSION)
+DISTNAME= ${KDELOOKITEM}-${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A QNX style/theme for KDE3
-BUILD_DEPENDS= autoconf213:${PORTSDIR}/devel/autoconf213 \
- automake14:${PORTSDIR}/devel/automake14
-
-.include <bsd.port.pre.mk>
-
KDELOOKITEM= 1444
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USE_KDELIBS_VER=3
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-INSTALLS_SHLIB= yes
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+USE_KDELIBS_VER= 3
+GNU_CONFIGURE= yes
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+USE_GMAKE= yes
+INSTALLS_SHLIB= yes
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>