diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 11:11:33 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 11:11:33 +0000 |
commit | c4c8f4be4536497618de854065bf169361a7ad2b (patch) | |
tree | 965f82d89155ed89bcaf360c6ab2b1ed750b5314 /japanese | |
parent | - Update to 1.3.86 (diff) |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Notes
Notes:
svn path=/head/; revision=209620
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/aterm/Makefile | 5 | ||||
-rw-r--r-- | japanese/jyuroku/Makefile | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/japanese/aterm/Makefile b/japanese/aterm/Makefile index 3ce5d61770bf..90fcc4989021 100644 --- a/japanese/aterm/Makefile +++ b/japanese/aterm/Makefile @@ -7,7 +7,7 @@ PORTNAME= aterm PORTVERSION= 0.4.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES+= japanese x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -26,8 +26,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png USE_AUTOTOOLS= autoconf:261:env -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm xmu GNU_CONFIGURE= yes CONFIGURE_ARGS?= \ --enable-transparency --enable-background-image \ diff --git a/japanese/jyuroku/Makefile b/japanese/jyuroku/Makefile index f534890dce70..b45afaf25bf7 100644 --- a/japanese/jyuroku/Makefile +++ b/japanese/jyuroku/Makefile @@ -7,7 +7,7 @@ PORTNAME= jyuroku PORTVERSION= 1.32 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= japanese MASTER_SITES= http://homepage3.nifty.com/seto-yoneji/ DISTNAME= ${PORTNAME}-${PORTVERSION} @@ -17,7 +17,6 @@ MAINTAINER= yoichi@FreeBSD.org COMMENT= Japanese address book ALL_TARGET= -USE_X_PREFIX= yes USE_GNOME= gtk12 post-patch: |