diff options
author | flz <flz@FreeBSD.org> | 2005-04-11 18:54:27 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-04-11 18:54:27 +0800 |
commit | 9d431790e099aff3ebd3c4c0c6efea9fc3629bb4 (patch) | |
tree | f092a4b01a0b7dbeebf14d7c315ae8a4a9abc761 /audio | |
parent | 5c8b50afff0a5763646cbc07b8657e77bff7e365 (diff) | |
download | freebsd-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/Makefile | 4 |
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> |