summaryrefslogtreecommitdiff
path: root/x11/xplanet
diff options
context:
space:
mode:
authorgrant <grant>2003-05-29 23:14:07 +0000
committergrant <grant>2003-05-29 23:14:07 +0000
commitee816425f3e1744278d353bbbcff42611f8f20b3 (patch)
tree2ab39a00d70ddd1fe87ded8ec8941560f6ff8dee /x11/xplanet
parent6d140306195b275b74f3eb1a512dad0797c70f61 (diff)
downloadpkgsrc-ee816425f3e1744278d353bbbcff42611f8f20b3.tar.gz
s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than just
libstdc++ in gcc3. when defined, USE_GCC_SHLIB ensures that the correct rpath is passed to the linker, and a full dependency on the compiler package is registered. packages which define USE_GCC_SHLIB should not include mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled automatically.
Diffstat (limited to 'x11/xplanet')
-rw-r--r--x11/xplanet/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xplanet/Makefile b/x11/xplanet/Makefile
index 832dfee0ccb..2de631b38ed 100644
--- a/x11/xplanet/Makefile
+++ b/x11/xplanet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/03/09 19:28:19 jschauma Exp $
+# $NetBSD: Makefile,v 1.10 2003/05/29 23:14:12 grant Exp $
#
DISTNAME= xplanet-0.93
@@ -11,7 +11,7 @@ HOMEPAGE= http://xplanet.sourceforge.net/
COMMENT= Rotating rendered map of the Earth in X11 root window
USE_BUILDLINK2= yes
-USE_CXX= yes
+USE_GCC_SHLIB= yes
USE_X11= yes
USE_GMAKE= yes