diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
commit | 3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 (patch) | |
tree | d573ea09b2bf6be67cb497df199932da9e2707c4 /databases/clip | |
parent | 40049f4af2200d0dcf33596508688623fc75f764 (diff) |
Notes
Diffstat (limited to 'databases/clip')
-rw-r--r-- | databases/clip/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/clip/Makefile b/databases/clip/Makefile index 1ca4afd3f6f1..fb2dfdf6c483 100644 --- a/databases/clip/Makefile +++ b/databases/clip/Makefile @@ -7,7 +7,7 @@ PORTNAME= clip DISTVERSION= 1.1.16-1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases lang MASTER_SITES= ftp://ftp.linux.ru.net/mirrors/clip/ \ ftp://www.cis.by/pub/clip/pub/clip/ \ @@ -24,7 +24,7 @@ COMMENT= xBase and Clipper language compatible compiler BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ wget:${PORTSDIR}/ftp/wget \ - xmkmf:${X_IMAKE_PORT} + imake:${PORTSDIR}/devel/imake LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ freetype.9:${PORTSDIR}/print/freetype2 \ @@ -38,6 +38,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ WRKSRC= ${WRKDIR}/${PORTNAME}-prg-${DISTVERSION} USE_GETTEXT= yes +USE_XORG+= x11 xau ice xproto WANT_GNOME= yes SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message @@ -99,8 +100,7 @@ USE_BISON= build USE_GMAKE= yes USE_ICONV= yes REINPLACE_ARGS= -i "" -USE_XLIB= yes -USE_XPM= yes +USE_XORG+= xpm xau ice xproto USE_GNOME= gtk12 gtk20 HAS_CONFIGURE= yes CONFIGURE_WRKSRC= ${WRKSRC}/clip @@ -146,7 +146,7 @@ pre-configure: -e "s|#include.*<malloc.h>|#include <stdlib.h>|" \ -e "s|#!/bin/sh|#!${LOCALBASE}/bin/bash|" \ -e "s|/usr/local|${LOCALBASE}|g" \ - -e "s|/usr/X11R6|${X11BASE}|g" + -e "s|/usr/X11R6|${LOCALBASE}|g" ${REINPLACE_CMD} "s|-I/usr/include|-I${LOCALBASE}/include -L${LOCALBASE}/lib|" \ ${WRKSRC}/cliplibs/clip-xml/configure ${REINPLACE_CMD} -e "s|-I/usr/include|-I${LOCALBASE}/include|" \ |