diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 03:28:30 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 03:28:30 +0000 |
commit | 1e5f12f776f18f64b73fa7b72b979e38239746a0 (patch) | |
tree | bb96e15bdbdb742febe5467ec9a1dffea805d91b /devel/libsigcx/Makefile | |
parent | 6f6e8eaa3a8af5e8893c5525a24287352db655e8 (diff) |
Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix" instead.
Notes
Notes:
svn path=/head/; revision=315433
Diffstat (limited to 'devel/libsigcx/Makefile')
-rw-r--r-- | devel/libsigcx/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/devel/libsigcx/Makefile b/devel/libsigcx/Makefile index cbf42416df60..0082d2b59994 100644 --- a/devel/libsigcx/Makefile +++ b/devel/libsigcx/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: libsigcx -# Date created: Apr 6, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= libsigcx PORTVERSION= 0.6.6 @@ -18,7 +13,8 @@ COMMENT= An extension of libSigC++ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 -USE_GNOME= gnomehack gtk20 +USES= pathfix +USE_GNOME= gtk20 USE_GMAKE= yes USE_AUTOTOOLS= libtool CONFIGURE_ENV= ac_cv_path_DOXYGEN="" |