diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-02 06:30:43 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-02 06:30:43 +0000 |
commit | 8f0903feb290cff6624cc5618a234599c86f9e12 (patch) | |
tree | ad5f714ad84b3df91ae1a36e4bf0100dace2d36f /graphics | |
parent | 162551975f6ceea3cd483532f8a37698a1cb8d7e (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libexif/Makefile | 3 |
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: |