diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-09-08 21:56:18 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-09-08 21:56:18 +0000 |
commit | d8c73582dd4ee7a5a5297f2d5521a4eccc4df25c (patch) | |
tree | a6014c5c4c7224e5d9b134785f7d000be221937f /net/gsk/Makefile | |
parent | 005bf1768f52727f0a8710e55bfbc622652aef3a (diff) |
Notes
Diffstat (limited to 'net/gsk/Makefile')
-rw-r--r-- | net/gsk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gsk/Makefile b/net/gsk/Makefile index c4b61941b97b..972d45e507b5 100644 --- a/net/gsk/Makefile +++ b/net/gsk/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gsk -PORTVERSION= 1.0.38 +PORTVERSION= 1.0.40 CATEGORIES= net devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +16,7 @@ COMMENT= A C library for writing servers USE_GNOME= glib20 gnomehack gnometarget GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_GCC= 3.4+ CONFIGURE_ARGS+= --disable-gtk-doc |