aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2005-04-11 18:54:27 +0800
committerflz <flz@FreeBSD.org>2005-04-11 18:54:27 +0800
commit9d431790e099aff3ebd3c4c0c6efea9fc3629bb4 (patch)
treef092a4b01a0b7dbeebf14d7c315ae8a4a9abc761 /audio
parent5c8b50afff0a5763646cbc07b8657e77bff7e365 (diff)
downloadfreebsd-ports-gnome-9d431790e099aff3ebd3c4c0c6efea9fc3629bb4.tar.gz
freebsd-ports-gnome-9d431790e099aff3ebd3c4c0c6efea9fc3629bb4.tar.zst
freebsd-ports-gnome-9d431790e099aff3ebd3c4c0c6efea9fc3629bb4.zip
- ARCH is defined in bsd.port.pre.mk.
Noticed by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
Diffstat (limited to 'audio')
-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>