diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-10-31 05:26:49 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-10-31 05:26:49 +0000 |
commit | 42641ec5ba036199f6cb89bebc9ec98be52a2d08 (patch) | |
tree | e80a7e1a5e9045f87473b8d07c9dddf8b6b2e9ff | |
parent | 321b8379077d8cb7be549230d71a418192974052 (diff) | |
download | ports-42641ec5ba036199f6cb89bebc9ec98be52a2d08.tar.gz ports-42641ec5ba036199f6cb89bebc9ec98be52a2d08.zip |
Notes
-rw-r--r-- | deskutils/abacus/Makefile | 2 | ||||
-rw-r--r-- | emulators/frodo/Makefile | 2 | ||||
-rw-r--r-- | graphics/pornview/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/abacus/Makefile b/deskutils/abacus/Makefile index a8526e25e8ed..f742e9253883 100644 --- a/deskutils/abacus/Makefile +++ b/deskutils/abacus/Makefile @@ -21,7 +21,7 @@ COMMENT= Spread sheet for X Window System LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 \ tk82.1:${PORTSDIR}/x11-toolkits/tk82 -USE_X_PREFIX= yes +USE_XLIB= yes USE_GMAKE= yes MAKE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS} -Wno-deprecated" LFLAGS="${LDFLAGS}" LDFLAGS+= -L$(X11BASE)/lib -L$(LOCALBASE)/lib diff --git a/emulators/frodo/Makefile b/emulators/frodo/Makefile index 0227521dd274..16669b138dd9 100644 --- a/emulators/frodo/Makefile +++ b/emulators/frodo/Makefile @@ -17,7 +17,7 @@ COMMENT= Emulates a Commodore 64 RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 -USE_X_PREFIX= yes +USE_XLIB= yes ALL_TARGET= Frodo WRKNAME= Frodo-4.1b WRKSRC= ${WRKDIR}/${WRKNAME}/Src diff --git a/graphics/pornview/Makefile b/graphics/pornview/Makefile index 1cdb81de3121..7898e057292e 100644 --- a/graphics/pornview/Makefile +++ b/graphics/pornview/Makefile @@ -18,7 +18,7 @@ COMMENT= PornView is an image viewer/manager LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif -USE_X_PREFIX= yes +USE_XLIB= yes USE_GNOME= gdkpixbuf gnomehack gnomeprefix GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |