summaryrefslogtreecommitdiff
path: root/lang/embryo
diff options
context:
space:
mode:
authorminskim <minskim>2008-10-26 19:16:13 +0000
committerminskim <minskim>2008-10-26 19:16:13 +0000
commit111e2403f84f303958f941b86e5b239058c5b7d9 (patch)
treefc154fa3859c04545746a915f60b93341dc5c819 /lang/embryo
parent562e775fa32866301d523f00b89b48054864d4a6 (diff)
downloadpkgsrc-111e2403f84f303958f941b86e5b239058c5b7d9.tar.gz
Set PKGCONFIG_OVERRIDE.
Bump PKGREVISION.
Diffstat (limited to 'lang/embryo')
-rw-r--r--lang/embryo/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/embryo/Makefile b/lang/embryo/Makefile
index 1e37415f30b..ec665ec3cf0 100644
--- a/lang/embryo/Makefile
+++ b/lang/embryo/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/10/26 07:54:20 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2008/10/26 19:16:13 minskim Exp $
#
DISTNAME= embryo-0.9.9.050
+PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://download.enlightenment.org/snapshots/2008-09-25/
EXTRACT_SUFX= .tar.bz2
@@ -14,4 +15,6 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
+PKGCONFIG_OVERRIDE= embryo.pc.in
+
.include "../../mk/bsd.pkg.mk"