summaryrefslogtreecommitdiff
path: root/graphics/imlib/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2004-04-23 16:24:14 +0000
committerminskim <minskim>2004-04-23 16:24:14 +0000
commita26513fa19e22e55f3c13cffe74a7ef5a1fec8fb (patch)
tree827fff34cb2244ed2c5f5f3aa0bc9918cfd7c770 /graphics/imlib/Makefile
parent994ffda787101ea499263dc95268ae86bf781936 (diff)
downloadpkgsrc-a26513fa19e22e55f3c13cffe74a7ef5a1fec8fb.tar.gz
Replace USE_X11BASE with USE_X11 and do not create a symlink in
LOCALBASE. Suggested by wiz@. This makes the package pkgviews-ready, so enable pkgviews installation. OK'ed by tron@.
Diffstat (limited to 'graphics/imlib/Makefile')
-rw-r--r--graphics/imlib/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile
index 7bd8b435628..eb830640966 100644
--- a/graphics/imlib/Makefile
+++ b/graphics/imlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.85 2004/03/13 17:49:03 cube Exp $
+# $NetBSD: Makefile,v 1.86 2004/04/23 16:24:14 minskim Exp $
#
DISTNAME= imlib-1.9.14
@@ -10,12 +10,13 @@ MAINTAINER= tron@NetBSD.org
HOMEPAGE= http://www.nl.rasterman.com/imlib.html
COMMENT= Image manipulation library for X11
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
USE_BUILDLINK3= yes
-USE_X11BASE= yes
+USE_X11= yes
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE= imlib.pc.in
GNU_CONFIGURE= yes
-PLIST_SUBST+= LOCALBASE=${LOCALBASE}
USE_GNU_TOOLS+= make
UNLIMIT_RESOURCES= datasize
@@ -45,9 +46,6 @@ post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/imlib
cd ${WRKSRC}/doc; ${INSTALL_DATA} *.gif *.html \
${PREFIX}/share/doc/imlib
- ${TEST} ${PREFIX} = ${LOCALBASE} || \
- ${LN} -fs ${PREFIX}/share/aclocal/imlib.m4 \
- ${LOCALBASE}/share/aclocal/imlib.m4
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"