summaryrefslogtreecommitdiff
path: root/x11-toolkits/otk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/otk/Makefile')
-rw-r--r--x11-toolkits/otk/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-toolkits/otk/Makefile b/x11-toolkits/otk/Makefile
index 7dc97dd4e384..b0c68514e3cc 100644
--- a/x11-toolkits/otk/Makefile
+++ b/x11-toolkits/otk/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: otk
-# Date created: 21 Jan 2006
-# Whom: Igor Pokrovsky <ip@doom.homeunix.org>
-#
+# Created by: Igor Pokrovsky <ip@doom.homeunix.org>
# $FreeBSD$
-#
PORTNAME= otk
PORTVERSION= 0.95
@@ -30,6 +26,7 @@ PLIST_FILES= include/gadget_lib.h include/otk_lib.h \
CPPFLAGS+= -I${LOCALBASE}/include -fPIC
LDFLAGS+= -lGLU -lGL -lXmu -lXext -lX11 -L${LOCALBASE}/lib
+NO_STAGE= yes
do-build:
cd ${WRKSRC} && ${CC} ${CFLAGS} ${CPPFLAGS} -shared otk_lib.c \
-o libotk.so.0 ${LDFLAGS}