aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjylefort <jylefort@FreeBSD.org>2005-04-14 23:58:26 +0800
committerjylefort <jylefort@FreeBSD.org>2005-04-14 23:58:26 +0800
commita4edfee6907657c90c08faef6379bc98e8c2a2e1 (patch)
tree3e3f8b0d3cf612985be80ffb5e15570028c9a4b8
parent7800f19e0b496d1ca93075183f51c84e8d46034e (diff)
downloadfreebsd-ports-gnome-a4edfee6907657c90c08faef6379bc98e8c2a2e1.tar.gz
freebsd-ports-gnome-a4edfee6907657c90c08faef6379bc98e8c2a2e1.tar.zst
freebsd-ports-gnome-a4edfee6907657c90c08faef6379bc98e8c2a2e1.zip
Fix pkg-plist by linking against the system libintl.
Approved by: adamw (mentor)
-rw-r--r--editors/beaver/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/beaver/Makefile b/editors/beaver/Makefile
index bb85601a2906..cb1b017d5a51 100644
--- a/editors/beaver/Makefile
+++ b/editors/beaver/Makefile
@@ -7,7 +7,7 @@
PORTNAME= beaver
PORTVERSION= 0.3.1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,13 +15,13 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= jylefort@FreeBSD.org
COMMENT= A programmer's text editor for GTK+ 2.0
-BROKEN= "Incomplete pkg-plist (does not use gettext correctly)"
-
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_LIBTOOL_VER= 13
USE_REINPLACE= yes
USE_GNOME= gnomehack gnomeprefix gtk20 gtksourceview lthack
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \