aboutsummaryrefslogtreecommitdiff
path: root/net/netscript
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-02-01 14:34:29 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-02-01 14:34:29 +0000
commit8b1c886389b672ae2ba5342f6a95007016b571a4 (patch)
tree994e9f23c9545a0a4c9d38a2a3f028f2715c4d6a /net/netscript
parent40884a97b0a87326896157f98b5c1577da06c71b (diff)
downloadports-8b1c886389b672ae2ba5342f6a95007016b571a4.tar.gz
ports-8b1c886389b672ae2ba5342f6a95007016b571a4.zip
net/netscript: Remove GTK1 option
x11-toolkits/gtk12 is gone since r488008.
Notes
Notes: svn path=/head/; revision=491815
Diffstat (limited to 'net/netscript')
-rw-r--r--net/netscript/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/net/netscript/Makefile b/net/netscript/Makefile
index 41e2f261c27f..e1926e62ab9f 100644
--- a/net/netscript/Makefile
+++ b/net/netscript/Makefile
@@ -3,7 +3,7 @@
PORTNAME= netscript
PORTVERSION= 1.7.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net
MASTER_SITES= SF \
http://fakehalo.deadpig.org/%SUBDIR%/
@@ -27,12 +27,7 @@ PORTDOCS= *
PORTEXAMPLES= *
PLIST_FILES= bin/netscript
-OPTIONS_DEFINE= DOCS EXAMPLES GTK1
-
-GTK1_USE= GNOME=gtk12
-GTK1_CFLAGS= -DGTK
-GTK1_CPPFLAGS= $$(gtk-config --cflags gthread)
-GTK1_LDFLAGS= $$(gtk-config --libs gthread)
+OPTIONS_DEFINE= DOCS EXAMPLES
do-build:
(cd ${WRKSRC} && ${CC} ${CFLAGS} ${CPPFLAGS} netscript.c \