summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/eel2/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-10-04 12:33:22 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-10-04 12:33:22 +0800
commitd46d30c9ac73f330f269ee6762bec031dd2df315 (patch)
tree599a3c34df81c2736c6677855c57cf897111973b /x11-toolkits/eel2/Makefile
parent2e30848587991e6688b17ad941be1fee5747b383 (diff)
downloadmarcuscom-ports-d46d30c9ac73f330f269ee6762bec031dd2df315.tar
marcuscom-ports-d46d30c9ac73f330f269ee6762bec031dd2df315.tar.gz
marcuscom-ports-d46d30c9ac73f330f269ee6762bec031dd2df315.tar.bz2
marcuscom-ports-d46d30c9ac73f330f269ee6762bec031dd2df315.tar.lz
marcuscom-ports-d46d30c9ac73f330f269ee6762bec031dd2df315.tar.xz
marcuscom-ports-d46d30c9ac73f330f269ee6762bec031dd2df315.tar.zst
marcuscom-ports-d46d30c9ac73f330f269ee6762bec031dd2df315.zip
* Use ${X11BASE}/bin as the default directory when choosing an application
with which to open a file with an unassociated MIME type [1] * Use the new libtool scheme Suggested by: piotr.smyrak@heron.pl [1] git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2929 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/eel2/Makefile')
-rw-r--r--x11-toolkits/eel2/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/x11-toolkits/eel2/Makefile b/x11-toolkits/eel2/Makefile
index bddc96374..6c1f651a7 100644
--- a/x11-toolkits/eel2/Makefile
+++ b/x11-toolkits/eel2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= eel2
PORTVERSION= 2.8.0
+PORTREVISION= 1
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.8
@@ -20,11 +21,15 @@ USE_BZIP2= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_GNOME= gnomeprefix gnomehack gnomehier gnomevfs2 gail libgnomeui
-USE_INC_LIBTOOL_VER=13
+USE_LIBTOOL_VER=15
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --enable-shared --enable-static
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
+post-patch:
+ @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' \
+ ${WRKSRC}/eel/eel-open-with-dialog.c
+
.include <bsd.port.mk>