diff options
author | nork <nork@FreeBSD.org> | 2004-12-23 21:06:27 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-12-23 21:06:27 +0800 |
commit | 3d3309057e99d301463e9c95c09c0e87a6a20c3b (patch) | |
tree | 3870784608b620eab71e961ffe43b40bb7dc2259 /graphics/OpenEXR/Makefile | |
parent | f17b87b50e6015d6ce2fb255dddc8112a2629ec5 (diff) | |
download | freebsd-ports-graphics-3d3309057e99d301463e9c95c09c0e87a6a20c3b.tar.gz freebsd-ports-graphics-3d3309057e99d301463e9c95c09c0e87a6a20c3b.tar.zst freebsd-ports-graphics-3d3309057e99d301463e9c95c09c0e87a6a20c3b.zip |
Utilize USE_GNOME=pkgconfig.
Bump PORTREVISION,
Submitted by: pav
Diffstat (limited to 'graphics/OpenEXR/Makefile')
-rw-r--r-- | graphics/OpenEXR/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/OpenEXR/Makefile b/graphics/OpenEXR/Makefile index a751497ba7e..643706e77ca 100644 --- a/graphics/OpenEXR/Makefile +++ b/graphics/OpenEXR/Makefile @@ -7,7 +7,7 @@ PORTNAME= OpenEXR PORTVERSION= 1.2.1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= openexr @@ -18,6 +18,7 @@ COMMENT= A high dynamic-range (HDR) image file format USE_INC_LIBTOOL_VER=13 GNU_CONFIGURE= YES USE_GMAKE= yes +USE_GNOME= pkgconfig INSTALLS_SHLIB= YES EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME}-${PORTVERSION} |