diff options
-rw-r--r-- | graphics/gtkdps/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gtkdps/Makefile b/graphics/gtkdps/Makefile index c6b6398..28736fd 100644 --- a/graphics/gtkdps/Makefile +++ b/graphics/gtkdps/Makefile @@ -3,7 +3,7 @@ # Date created: 21 April 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/07/13 02:21:33 steve Exp $ # DISTNAME= gtkDPS-0.2.11 @@ -16,8 +16,8 @@ MAINTAINER= Nakai@technologist.com LIB_DEPENDS= gtk\\.1:${PORTSDIR}/x11/gtk BUILD_DEPENDS= pswrap:${PORTSDIR}/x11/dgs -CONFIGURE_ARGS+= --with-dps-includes=${X11BASE}/include \ - --with-dps-libraries=${X11BASE}/lib +CONFIGURE_ARGS= --with-dps-includes=${X11BASE}/include \ + --with-dps-libraries=${X11BASE}/lib GNU_CONFIGURE= yes USE_X11= yes |