diff options
author | maho <maho@FreeBSD.org> | 2011-08-25 09:53:44 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2011-08-25 09:53:44 +0800 |
commit | d49379e5b681fdd849a8dc0178e1d9a63bdfee34 (patch) | |
tree | 7c3f376f1952e3601cfbce9f76bb893d29d73f2a /science | |
parent | 0bf3a3cd5ecf6b99db493eb28d4e190be3a11055 (diff) | |
download | freebsd-ports-gnome-d49379e5b681fdd849a8dc0178e1d9a63bdfee34.tar.gz freebsd-ports-gnome-d49379e5b681fdd849a8dc0178e1d9a63bdfee34.tar.zst freebsd-ports-gnome-d49379e5b681fdd849a8dc0178e1d9a63bdfee34.zip |
Use libdata/pkgconfig instead of lib/pkgconfig.
bump portrevision.
Submitted by: naddy
Diffstat (limited to 'science')
-rw-r--r-- | science/liboglappth/Makefile | 4 | ||||
-rw-r--r-- | science/liboglappth/pkg-plist | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/science/liboglappth/Makefile b/science/liboglappth/Makefile index f3237ecca999..ed508ab5f213 100644 --- a/science/liboglappth/Makefile +++ b/science/liboglappth/Makefile @@ -6,7 +6,7 @@ PORTNAME= liboglappth PORTVERSION= 0.98 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MASTER_SITES= http://www.uku.fi/~thassine/projects/download/current/ \ http://bioinformatics.org/ghemical/download/ @@ -17,6 +17,8 @@ COMMENT= Support libraries of science/ghemical port GNU_CONFIGURE= yes USE_GL= glut +USE_GNOME= gnomehack + CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ CXXFLAGS="-I${LOCALBASE}/include" \ CFLAGS="-I${LOCALBASE}/include" \ diff --git a/science/liboglappth/pkg-plist b/science/liboglappth/pkg-plist index 08ccf9e8d067..625f20d73a4c 100644 --- a/science/liboglappth/pkg-plist +++ b/science/liboglappth/pkg-plist @@ -10,6 +10,6 @@ lib/liboglappth.so.2 lib/liboglappth.so lib/liboglappth.la lib/liboglappth.a -lib/pkgconfig/liboglappth.pc +libdata/pkgconfig/liboglappth.pc @dirrm include/oglappth @dirrm lib/pkgconfig |