summaryrefslogtreecommitdiff
path: root/graphics/fotoxx/Makefile
diff options
context:
space:
mode:
authorryoon <ryoon>2013-07-03 14:52:02 +0000
committerryoon <ryoon>2013-07-03 14:52:02 +0000
commitd740e9bf4b3c6793242fe6e6827366f93c3b7378 (patch)
treeca73092817d9b0178093aab44e10e9db73d691bf /graphics/fotoxx/Makefile
parentd475cf13871d0f4cff22822aa790e539f419b180 (diff)
downloadpkgsrc-d740e9bf4b3c6793242fe6e6827366f93c3b7378.tar.gz
Remove NetBSD specific if's. It is replaced with devel/libexecinfo/builtin.mk.
Diffstat (limited to 'graphics/fotoxx/Makefile')
-rw-r--r--graphics/fotoxx/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/graphics/fotoxx/Makefile b/graphics/fotoxx/Makefile
index 6165e495451..a3a78a872b4 100644
--- a/graphics/fotoxx/Makefile
+++ b/graphics/fotoxx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2013/06/08 13:39:39 ryoon Exp $
+# $NetBSD: Makefile,v 1.44 2013/07/03 14:52:02 ryoon Exp $
#
DISTNAME= fotoxx-13.06.1
@@ -34,14 +34,6 @@ INSTALL_TARGET= install
.include "../../mk/bsd.prefs.mk"
-.if exists(/usr/include/execinfo.h)
-. if (${OPSYS} == "NetBSD")
-LDFLAGS+= -lexecinfo
-. endif
-.else
-.include "../../devel/libexecinfo/buildlink3.mk"
-.endif
-
SUBST_CLASSES+= fix-paths
SUBST_STAGE.fix-paths= pre-configure
SUBST_MESSAGE.fix-paths= Fixing absolute paths.
@@ -54,6 +46,7 @@ pre-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PKG_SYSCONFDIR}
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/desktop-directories
+.include "../../devel/libexecinfo/buildlink3.mk"
.include "../../graphics/lcms2/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../x11/gtk3/buildlink3.mk"