aboutsummaryrefslogtreecommitdiff
path: root/audio/boodler
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-04-11 10:54:27 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-04-11 10:54:27 +0000
commit08e7e2c8f82d6c2b94268da848f6ea82115ca158 (patch)
treed1ab1b3070a20491ac39e75e1578541a2cad9cc2 /audio/boodler
parent4790eb0d2a6ceac927a200c719ef66a738decaa4 (diff)
downloadports-08e7e2c8f82d6c2b94268da848f6ea82115ca158.tar.gz
ports-08e7e2c8f82d6c2b94268da848f6ea82115ca158.zip
- ARCH is defined in bsd.port.pre.mk.
Noticed by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
Notes
Notes: svn path=/head/; revision=133020
Diffstat (limited to 'audio/boodler')
-rw-r--r--audio/boodler/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/boodler/Makefile b/audio/boodler/Makefile
index 325d3bcdccca..553d8c125bb1 100644
--- a/audio/boodler/Makefile
+++ b/audio/boodler/Makefile
@@ -31,6 +31,8 @@ LDCONFIG_DIRS= %%PREFIX%%/share/boodler/boodle
DRIVER= FILE
.endif
+.include <bsd.port.pre.mk>
+
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
PIC= --PIC
.endif
@@ -58,4 +60,4 @@ do-install:
.endif
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>