aboutsummaryrefslogtreecommitdiff
path: root/misc/gkrellmlaunch
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2004-03-06 07:50:35 +0000
committerPatrick Li <pat@FreeBSD.org>2004-03-06 07:50:35 +0000
commitdfcc7ac2bae825bba892583a02735dd16bb4a069 (patch)
treea046475bb2889706db621dbb41ac3d9f5c8b418e /misc/gkrellmlaunch
parent0208f7883d6aa522a5c75f4a3a23119675a6ad28 (diff)
downloadports-dfcc7ac2bae825bba892583a02735dd16bb4a069.tar.gz
ports-dfcc7ac2bae825bba892583a02735dd16bb4a069.zip
Notes
Diffstat (limited to 'misc/gkrellmlaunch')
-rw-r--r--misc/gkrellmlaunch/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/misc/gkrellmlaunch/Makefile b/misc/gkrellmlaunch/Makefile
index 1ed1fee05561..001d4120acbf 100644
--- a/misc/gkrellmlaunch/Makefile
+++ b/misc/gkrellmlaunch/Makefile
@@ -23,8 +23,13 @@ USE_X_PREFIX= yes
USE_GNOME= imlib
ALL_TARGET= ${PORTNAME}.so
+.include <bsd.port.pre.mk>
+.if ${ARCH} == "amd64"
+CFLAGS= -fPIC
+.endif
+
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}.so \
${PREFIX}/libexec/gkrellm/plugins
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>