diff options
author | pav <pav@FreeBSD.org> | 2005-10-18 16:30:47 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-10-18 16:30:47 +0800 |
commit | 268711175ff91740cc6fd5aecb9948740d9d40c6 (patch) | |
tree | 08af75120d51ffaf8d9958c74256ca9a4446aee2 /graphics/exif | |
parent | 5aa57e18a2c34083288b801fc18668276bf81a65 (diff) | |
download | freebsd-ports-gnome-268711175ff91740cc6fd5aecb9948740d9d40c6.tar.gz freebsd-ports-gnome-268711175ff91740cc6fd5aecb9948740d9d40c6.tar.zst freebsd-ports-gnome-268711175ff91740cc6fd5aecb9948740d9d40c6.zip |
- May this port always find it's popt.
Reported by: dosirak via kris
Diffstat (limited to 'graphics/exif')
-rw-r--r-- | graphics/exif/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/exif/Makefile b/graphics/exif/Makefile index dad9367c4f8f..ca7f0e897f45 100644 --- a/graphics/exif/Makefile +++ b/graphics/exif/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif \ popt.0:${PORTSDIR}/devel/popt USE_LIBTOOL_VER=15 +CONFIGURE_ARGS= --with-popt-prefix=${LOCALBASE} MAN1= exif.1 |