diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-20 22:28:49 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-20 22:28:49 +0000 |
commit | eeea5a46e1b7e48463788aa2d17a0d87958f567b (patch) | |
tree | 6ae8d2d01db07ce01a48e7ab0af8ee041fd13cfe /editors/conglomerate/Makefile | |
parent | - rename patchfile (diff) |
- Update to 0.7.13
Diffstat (limited to 'editors/conglomerate/Makefile')
-rw-r--r-- | editors/conglomerate/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/conglomerate/Makefile b/editors/conglomerate/Makefile index cefd915c6b2e..2c3d5710034f 100644 --- a/editors/conglomerate/Makefile +++ b/editors/conglomerate/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= conglomerate -PORTVERSION= 0.7.12 -PORTREVISION= 1 +PORTVERSION= 0.7.13 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +17,6 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= libgnomeui gtksourceview gnomeprefix gnomehack intlhack lthack USE_LIBTOOL_VER= 13 -USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |