diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
commit | 29747f458a1eb2ce23b4594b09d0256dd62760b8 (patch) | |
tree | 1b71ba5d9ffdd308b6c18130f7c116f5bab5dc12 /devel/regexxer/Makefile | |
parent | 7aad84f808b93baa6a7077ce0b47573b9c4c79a0 (diff) |
Notes
Diffstat (limited to 'devel/regexxer/Makefile')
-rw-r--r-- | devel/regexxer/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/regexxer/Makefile b/devel/regexxer/Makefile index 4b9bf08ec08b..f673625d6997 100644 --- a/devel/regexxer/Makefile +++ b/devel/regexxer/Makefile @@ -7,7 +7,7 @@ PORTNAME= regexxer PORTVERSION= 0.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel textproc gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.csx.cam.ac.uk/pub/software/programming/%SUBDIR%/:pcre \ @@ -25,7 +25,7 @@ LIB_DEPENDS= gconfmm-2.6:${PORTSDIR}/devel/gconfmm26 \ glademm-2.4:${PORTSDIR}/devel/libglademm24 USE_BZIP2= yes -USE_X_PREFIX= yes +USE_XLIB= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix gnometarget intltool intlhack @@ -33,6 +33,8 @@ CONFIGURE_ARGS= PCRE_CONFIG="${PCRE_WRKDIR}/.install/bin/pcre-config" CONFIGURE_ENV= CPPFLAGS="-I${PCRE_WRKDIR}/.install/include -I${LOCALBASE}/include" \ LDFLAGS="-L${PCRE_WRKDIR}/.install/lib -L${LOCALBASE}/lib" +GCONF_SCHEMAS= regexxer.schemas + PCRE_NAME= pcre PCRE_VERSION= 4.5 PCRE_WRKDIR= ${WRKDIR}/${PCRE_NAME}-${PCRE_VERSION} |