summaryrefslogtreecommitdiffstats
path: root/www/epiphany-extensions/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-02-24 06:08:09 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-02-24 06:08:09 +0800
commit4f4c0938008cb093710a76dd0a0901be391191e2 (patch)
tree12ff48042ef55cd0bd6a957fded05304e8879ccc /www/epiphany-extensions/Makefile
parent624e2a3298c420f6e0749998f618f2f5500d820c (diff)
downloadmarcuscom-ports-4f4c0938008cb093710a76dd0a0901be391191e2.tar
marcuscom-ports-4f4c0938008cb093710a76dd0a0901be391191e2.tar.gz
marcuscom-ports-4f4c0938008cb093710a76dd0a0901be391191e2.tar.bz2
marcuscom-ports-4f4c0938008cb093710a76dd0a0901be391191e2.tar.lz
marcuscom-ports-4f4c0938008cb093710a76dd0a0901be391191e2.tar.xz
marcuscom-ports-4f4c0938008cb093710a76dd0a0901be391191e2.tar.zst
marcuscom-ports-4f4c0938008cb093710a76dd0a0901be391191e2.zip
- Use new libtool stuff
- dirrmtry - USE_GETTEXT git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5741 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/epiphany-extensions/Makefile')
-rw-r--r--www/epiphany-extensions/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile
index 9c49f8861..a1a5a4834 100644
--- a/www/epiphany-extensions/Makefile
+++ b/www/epiphany-extensions/Makefile
@@ -3,11 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/www/epiphany-extensions/Makefile,v 1.63 2006/01/31 18:59:19 marcus Exp $
+# $MCom: ports/www/epiphany-extensions/Makefile,v 1.64 2006/02/14 07:20:15 marcus Exp $
#
PORTNAME= epiphany
PORTVERSION= 1.9.7
+PORTREVISION= 1
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/1.9
@@ -21,11 +22,12 @@ COMMENT= A set of add-ons for the Epiphany web browser
BUILD_DEPENDS= epiphany:${PORTSDIR}/www/epiphany
RUN_DEPENDS= epiphany:${PORTSDIR}/www/epiphany
+USE_GETTEXT= yes
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GECKO= firefox mozilla seamonkey
USE_GNOME= gnomeprefix gnomehack intlhack gnometarget
-USE_AUTOTOOLS= libtool:15
+GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"