diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-22 08:55:40 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-22 08:55:40 +0000 |
commit | 2a9763f12a2973ba3a8c14259329bc467c86224a (patch) | |
tree | 8bfa861c7528e65025c0b38f5e2d2e1774daf187 /print | |
parent | 2e38233d08d594d2f5ed52d281d5e2def1c7a210 (diff) | |
download | ports-2a9763f12a2973ba3a8c14259329bc467c86224a.tar.gz ports-2a9763f12a2973ba3a8c14259329bc467c86224a.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/asprint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/asprint/Makefile b/print/asprint/Makefile index ea5beb7f35c7..6bd7cbb23711 100644 --- a/print/asprint/Makefile +++ b/print/asprint/Makefile @@ -7,7 +7,7 @@ PORTNAME= asprint PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_AFTERSTEP} MASTER_SITE_SUBDIR= apps/asprint @@ -17,7 +17,7 @@ MAINTAINER= brett@peloton.runet.edu COMMENT= A simple browser to allow a user to print PLIST_FILES= bin/asprint -USE_X_PREFIX= yes +USE_XORG= x11 ALL_TARGET= asprint MAKEFILE= makefile |