diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2008-03-17 23:26:45 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2008-03-17 23:26:45 +0800 |
commit | 92b1cd704c36e310563b1cb0e66e69be16b2ea01 (patch) | |
tree | 95cd481a74f792f2c8ebbd526c87c76cf323b1d7 /audio | |
parent | 6257ae6b2a665d20a959592e41968e89784991d3 (diff) | |
download | freebsd-ports-gnome-92b1cd704c36e310563b1cb0e66e69be16b2ea01.tar.gz freebsd-ports-gnome-92b1cd704c36e310563b1cb0e66e69be16b2ea01.tar.zst freebsd-ports-gnome-92b1cd704c36e310563b1cb0e66e69be16b2ea01.zip |
Get rid of USE_X_PREFIX.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/aylet/Makefile | 2 | ||||
-rw-r--r-- | audio/xaylet/Makefile | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/audio/aylet/Makefile b/audio/aylet/Makefile index fcf15fbb77b3..a605dc2aeba9 100644 --- a/audio/aylet/Makefile +++ b/audio/aylet/Makefile @@ -7,7 +7,7 @@ PORTNAME= aylet PORTVERSION= 0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ftp://ftp.ibiblio.org/pub/Linux/apps/sound/players/ \ http://critical.ch/distfiles/ \ diff --git a/audio/xaylet/Makefile b/audio/xaylet/Makefile index 0cda42435dcf..3d9043ce9bce 100644 --- a/audio/xaylet/Makefile +++ b/audio/xaylet/Makefile @@ -13,7 +13,6 @@ ALL_TARGET= xaylet MASTERDIR= ${.CURDIR}/../aylet -USE_X_PREFIX= yes USE_GNOME= gtk12 DESCR= ${.CURDIR}/pkg-descr |