diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-31 00:26:08 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-31 00:26:08 +0000 |
commit | 0178653192192afa707f483c4b0f9111af5eeee1 (patch) | |
tree | 7fb3974a6426bec4aab6014a30924f80d14ad145 /net/pynids | |
parent | 7ae19c3ad41d026409c8678165acb0a915c67d34 (diff) |
Notes
Diffstat (limited to 'net/pynids')
-rw-r--r-- | net/pynids/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net/pynids/Makefile b/net/pynids/Makefile index 4710fde9ed68..d88d8dbcac99 100644 --- a/net/pynids/Makefile +++ b/net/pynids/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pynids -# Date created: 22 Jun 2005 -# Whom: Corey Smith -# +# Created by: Corey Smith # $FreeBSD$ -# PORTNAME= pynids PORTVERSION= 0.6.1 @@ -19,7 +15,8 @@ COMMENT= Python interface to libnids PATCH_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet LIB_DEPENDS= net:${PORTSDIR}/net/libnet -USE_GNOME= pkgconfig glib20 +USES= pkgconfig +USE_GNOME= glib20 USE_PYTHON= yes USE_PYDISTUTILS= yes USE_PYTHON_PREFIX= yes |