diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 06:45:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 06:45:47 +0000 |
commit | fb1131a6f9bfaa0ff0e2d4c3cc9154f7fdb335ad (patch) | |
tree | 33e0370986f010eb39f7c107403d9543c3a36534 /devel/libsigc++12 | |
parent | efeb4f1aa71c145d0087b4aa1ddf960e3556f74a (diff) |
Notes
Diffstat (limited to 'devel/libsigc++12')
-rw-r--r-- | devel/libsigc++12/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/devel/libsigc++12/Makefile b/devel/libsigc++12/Makefile index 92a8d07afb12..f8ad10ea2e93 100644 --- a/devel/libsigc++12/Makefile +++ b/devel/libsigc++12/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libsigc++ -# Date created: 30 September 2002 -# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> -# +# Created by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> # $FreeBSD$ -# PORTNAME= libsigc++ PORTVERSION= 1.2.7 @@ -19,10 +15,9 @@ COMMENT= Callback Framework for C++ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_AUTOTOOLS= libtool -USE_GMAKE= yes LATEST_LINK= libsigc++12 USE_LDCONFIG= yes -USE_GNOME= gnomehack pkgconfig +USES= gmake pathfix pkgconfig GNU_CONFIGURE= yes .include <bsd.port.mk> |