diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-01-07 21:42:09 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-01-07 21:42:09 +0000 |
commit | 6b89d5381bb1a3f03ced3c456a47a60e9751d56c (patch) | |
tree | c205f93cc495d428eeb87b3516576b15a977d4a4 /net/libnetdude/Makefile | |
parent | a32b315a688a2d0c4b7ca8b02df343154ecc3b2d (diff) | |
download | ports-6b89d5381bb1a3f03ced3c456a47a60e9751d56c.tar.gz ports-6b89d5381bb1a3f03ced3c456a47a60e9751d56c.zip |
Notes
Diffstat (limited to 'net/libnetdude/Makefile')
-rw-r--r-- | net/libnetdude/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libnetdude/Makefile b/net/libnetdude/Makefile index a7b72978312f..957d54e360f2 100644 --- a/net/libnetdude/Makefile +++ b/net/libnetdude/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libnetdude -PORTVERSION= 0.8 +PORTVERSION= 0.9 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= netdude @@ -20,7 +20,7 @@ GNU_CONFIGURE= yes USE_GNOME= glib12 CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${DOCSDIR} -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes PLIST_SUB= PORTVERSION=${PORTVERSION} |