diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-23 22:20:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-23 22:20:25 +0800 |
commit | 135776951ec27858cec633271bc65e3e49745f01 (patch) | |
tree | 87b239f8431cee200969f89da8739806496b7dad /x11-toolkits/py-sexy/Makefile | |
parent | 403f9e420456633793408637949b5119d9c957d8 (diff) | |
download | freebsd-ports-gnome-135776951ec27858cec633271bc65e3e49745f01.tar.gz freebsd-ports-gnome-135776951ec27858cec633271bc65e3e49745f01.tar.zst freebsd-ports-gnome-135776951ec27858cec633271bc65e3e49745f01.zip |
Finish converting the whole ports tree to USES=pkgconfig
Diffstat (limited to 'x11-toolkits/py-sexy/Makefile')
-rw-r--r-- | x11-toolkits/py-sexy/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11-toolkits/py-sexy/Makefile b/x11-toolkits/py-sexy/Makefile index 151e5624e1c9..cd94ccf4816c 100644 --- a/x11-toolkits/py-sexy/Makefile +++ b/x11-toolkits/py-sexy/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-libsexy -# Date created: 09 December 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= sexy PORTVERSION= 0.1.9 @@ -21,7 +17,7 @@ LIB_DEPENDS= sexy.2:${PORTSDIR}/x11-toolkits/libsexy USE_AUTOTOOLS= libtool USE_GNOME= pygtk2 USE_PYTHON= yes -USE_PKGCONFIG= yes +USES= pkgconfig GNU_CONFIGURE= yes .include <bsd.port.mk> |