diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-21 23:55:13 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-21 23:55:13 +0000 |
commit | b8135727e5667c1cf0af2467f39e896962b6e1fc (patch) | |
tree | 19e1ac2018f516017690be5624a0e40e49f97f91 /graphics | |
parent | a0b37a133663ea3ad18eb2ec50066fa33923045f (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/flphoto/Makefile | 3 | ||||
-rw-r--r-- | graphics/xglurbules/Makefile | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/graphics/flphoto/Makefile b/graphics/flphoto/Makefile index a4939defccdf..8b459840181e 100644 --- a/graphics/flphoto/Makefile +++ b/graphics/flphoto/Makefile @@ -7,7 +7,7 @@ PORTNAME= flphoto PORTVERSION= 1.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fltk @@ -22,7 +22,6 @@ LIB_DEPENDS= gphoto2.2:${PORTSDIR}/graphics/libgphoto2 \ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_BZIP2= yes -USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/graphics/xglurbules/Makefile b/graphics/xglurbules/Makefile index d77d19923c60..55854ec5880b 100644 --- a/graphics/xglurbules/Makefile +++ b/graphics/xglurbules/Makefile @@ -7,6 +7,7 @@ PORTNAME= xglurbules PORTVERSION= 3.3 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://stephenroome.com/xglurbules/ @@ -15,8 +16,7 @@ COMMENT= Burning particle system eye candy program thingy for X11 MAN1= xglurbules.1 -USE_XLIB= yes -USE_X_PREFIX= yes +USE_XORG= xt x11 sm ice xpm MANCOMPRESSED= yes |