diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-17 08:48:13 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-17 08:48:13 +0800 |
commit | 2f9fc4092bef034821366e2abf221ea503727eaf (patch) | |
tree | 2cd2a0a72039c049ac8fb14c316a4dd8e12583d0 /devel/libgtop2 | |
parent | b800073bb20d228d6c8d6bc9deaf4bfb4fb1a8e7 (diff) | |
download | freebsd-ports-gnome-2f9fc4092bef034821366e2abf221ea503727eaf.tar.gz freebsd-ports-gnome-2f9fc4092bef034821366e2abf221ea503727eaf.tar.zst freebsd-ports-gnome-2f9fc4092bef034821366e2abf221ea503727eaf.zip |
Revert the last commit now that libXau is a shared library.
Diffstat (limited to 'devel/libgtop2')
-rw-r--r-- | devel/libgtop2/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/libgtop2/Makefile b/devel/libgtop2/Makefile index efe8940018ef..7f3e435d7184 100644 --- a/devel/libgtop2/Makefile +++ b/devel/libgtop2/Makefile @@ -31,14 +31,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ INFO= libgtop2 -.include <bsd.port.pre.mk> - -.if ${ARCH} == "amd64" -CONFIGURE_ARGS+= --without-x -.endif - post-install: @${CHGRP} kmem ${PREFIX}/bin/libgtop_server2 @${CHMOD} 2555 ${PREFIX}/bin/libgtop_server2 -.include <bsd.port.post.mk> +.include <bsd.port.mk> |