summaryrefslogtreecommitdiff
path: root/multimedia/acme/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-08-07 16:32:03 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-08-07 16:32:03 +0000
commitebdae739b452e7bfc15a3e2332de0cb1c71e2152 (patch)
tree497961579594269a0b29b53e636b843b7ce202ce /multimedia/acme/Makefile
parentChange WITH_OGG to WITH_VORBIS since Ogg will exist in the default instance (diff)
Update to 2.0.6.
Notes
Notes: svn path=/head/; revision=86513
Diffstat (limited to 'multimedia/acme/Makefile')
-rw-r--r--multimedia/acme/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/acme/Makefile b/multimedia/acme/Makefile
index e72a5266919a..fcc246503812 100644
--- a/multimedia/acme/Makefile
+++ b/multimedia/acme/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= acme
-PORTVERSION= 2.0.4
+PORTVERSION= 2.0.6
CATEGORIES= multimedia gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.0
@@ -22,7 +22,7 @@ USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack libgnomeui libwnck
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
- LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
+ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \