summaryrefslogtreecommitdiff
path: root/graphics/libexif
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-08-02 06:30:43 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-08-02 06:30:43 +0000
commit8f0903feb290cff6624cc5618a234599c86f9e12 (patch)
treead5f714ad84b3df91ae1a36e4bf0100dace2d36f /graphics/libexif
parentuddate gdbm to 0.7.1 (diff)
Restore the forced link of -lintl to fix unresolved symbol problems.
Suggested by: kris
Notes
Notes: svn path=/head/; revision=86181
Diffstat (limited to 'graphics/libexif')
-rw-r--r--graphics/libexif/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libexif/Makefile b/graphics/libexif/Makefile
index d4ae0af9d727..7fc30d473a05 100644
--- a/graphics/libexif/Makefile
+++ b/graphics/libexif/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libexif
PORTVERSION= 0.5.10
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -20,7 +21,7 @@ USE_BZIP2= yes
USE_GNOME= gnomehack gnometarget pkgconfig
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+ LIBS="-L${LOCALBASE}/lib -lintl"
INSTALLS_SHLIB= yes
post-patch: