diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-12-23 13:06:27 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-12-23 13:06:27 +0000 |
commit | 7d85d14fdb91285d7aae9867ac936d46aa8f5725 (patch) | |
tree | 8be5bc802e71b61871ad627a548a34708f5fe4d2 | |
parent | Update to version 1.2, remove BROKEN and DEPRECATED marks. (diff) |
Utilize USE_GNOME=pkgconfig.
Bump PORTREVISION,
Submitted by: pav
Notes
Notes:
svn path=/head/; revision=124984
-rw-r--r-- | graphics/OpenEXR/Makefile | 3 | ||||
-rw-r--r-- | graphics/OpenEXR/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/OpenEXR/Makefile b/graphics/OpenEXR/Makefile index a751497ba7e7..643706e77ca8 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} diff --git a/graphics/OpenEXR/pkg-plist b/graphics/OpenEXR/pkg-plist index 9da5af31606e..baf9d8ed0837 100644 --- a/graphics/OpenEXR/pkg-plist +++ b/graphics/OpenEXR/pkg-plist @@ -108,7 +108,6 @@ include/OpenEXR/half.h include/OpenEXR/halfFunction.h include/OpenEXR/halfLimits.h libdata/pkgconfig/OpenEXR.pc -@unexec rmdir %D/libdata/pkgconfig 2>/dev/null || true share/aclocal/openexr.m4 @dirrm include/OpenEXR %%EXAMPLESDIR%%/drawImage.cpp |