aboutsummaryrefslogtreecommitdiff
path: root/net/mldonkey-gui
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-01-31 16:53:15 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-01-31 16:53:15 +0000
commit40839ea2fc0af060853f7a0b7860995f9b5bd551 (patch)
tree0e2f0e0278552d0c852b54566a8573776402f74a /net/mldonkey-gui
parent3dd206fdf73bcb4930441bea07519cb7e0660648 (diff)
downloadports-40839ea2fc0af060853f7a0b7860995f9b5bd551.tar.gz
ports-40839ea2fc0af060853f7a0b7860995f9b5bd551.zip
Notes
Diffstat (limited to 'net/mldonkey-gui')
-rw-r--r--net/mldonkey-gui/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/mldonkey-gui/Makefile b/net/mldonkey-gui/Makefile
index f80595576d9b..764dddd3a39c 100644
--- a/net/mldonkey-gui/Makefile
+++ b/net/mldonkey-gui/Makefile
@@ -15,8 +15,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/.0$/-0/}.shared.${ARCH}-${OPSYS}
MAINTAINER= holger@e-gitt.net
-LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x
-
ONLY_FOR_ARCHS= i386 alpha
USE_BZIP2= yes
USE_GNOMENG= yes
@@ -35,6 +33,10 @@ post-install:
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 500000
+LIB_DEPENDS+= c_r.4:${PORTSDIR}/misc/compat4x
+.endif
+
install-user: extract
.if !defined(LANG)
@${ECHO_MSG} "Please call as: make install-user LANG=<lang>"