diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-30 17:25:01 +0800 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-30 17:25:01 +0800 |
commit | adc7d4de168cff9a0d1eea6012996d08d6ed6620 (patch) | |
tree | 105e32856b8fc696729a0cd18bc635f15db099e0 /devel | |
parent | 43e9b2bdff9dcdd0927b847b5a2a958e42db8316 (diff) | |
download | freebsd-ports-gnome-adc7d4de168cff9a0d1eea6012996d08d6ed6620.tar.gz freebsd-ports-gnome-adc7d4de168cff9a0d1eea6012996d08d6ed6620.tar.zst freebsd-ports-gnome-adc7d4de168cff9a0d1eea6012996d08d6ed6620.zip |
- Use "gnomehack" knob
- Bump PORTREVISION
Submitted by: ijliao
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libidn/Makefile | 2 | ||||
-rw-r--r-- | devel/libidn/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index 59929ddfd5d8..af5d3dcae251 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -7,6 +7,7 @@ PORTNAME= libidn PORTVERSION= 0.3.3 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/${PORTNAME}/ \ ftp://ftp.funet.fi/pub/mirrors/alpha.gnu.org/gnu/${PORTNAME}/ \ @@ -22,6 +23,7 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes USE_GETOPT_LONG= yes +USE_GNOME= gnomehack INFO= libidn CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/devel/libidn/pkg-plist b/devel/libidn/pkg-plist index b879f9871783..55a1e931f8ec 100644 --- a/devel/libidn/pkg-plist +++ b/devel/libidn/pkg-plist @@ -6,7 +6,7 @@ include/stringprep.h lib/libidn.a lib/libidn.so lib/libidn.so.12 -lib/pkgconfig/libidn.pc +libdata/pkgconfig/libidn.pc %%EMACS%%%%EMACSDIR%%/site-lisp/idna.el %%EMACS%%%%EMACSDIR%%/site-lisp/punycode.el %%PORTDOCS%%%%DOCSDIR%%/README |