diff options
author | Will Andrews <will@FreeBSD.org> | 2000-08-11 05:24:04 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-08-11 05:24:04 +0000 |
commit | d041c5f9aaa89f98e7f0b6e845874710af92d653 (patch) | |
tree | a970b857513adc602936ac00fa9631b9b58726ab /devel/libsigc++20/Makefile | |
parent | Add p5-B-Graph 0.50, a perl module that acts as a layer between Malcolm (diff) |
Update to 1.0.1. Move to USE_LIBTOOL and rid ourselves of .la file. Fix
-lc_r -> -pthread. Update PLIST.
PR: 20174
Submitted by: Stijn Hoop <stijn@win.tue.nl>
Diffstat (limited to 'devel/libsigc++20/Makefile')
-rw-r--r-- | devel/libsigc++20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libsigc++20/Makefile b/devel/libsigc++20/Makefile index 9fe3cc62cbf0..01ff250097d7 100644 --- a/devel/libsigc++20/Makefile +++ b/devel/libsigc++20/Makefile @@ -6,14 +6,14 @@ # PORTNAME= libsigc++ -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= libsigc MAINTAINER= JoeLu@JoeLu.m8.ntu.edu.tw -GNU_CONFIGURE= yes +USE_LIBTOOL= yes USE_NEWGCC= yes INSTALLS_SHLIB= yes |