diff options
author | trevor <trevor@FreeBSD.org> | 2005-03-02 05:51:48 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2005-03-02 05:51:48 +0800 |
commit | c6535e2fa7f07178532cebeadf49e7309985ea88 (patch) | |
tree | a351c62f6273509c52176a55b38b9bb841d2c8e0 /print | |
parent | 45cc41b90123ddfb02c3ca701d32cc9e5f004e64 (diff) | |
download | freebsd-ports-gnome-c6535e2fa7f07178532cebeadf49e7309985ea88.tar.gz freebsd-ports-gnome-c6535e2fa7f07178532cebeadf49e7309985ea88.tar.zst freebsd-ports-gnome-c6535e2fa7f07178532cebeadf49e7309985ea88.zip |
Respect the user's USE_LINUX setting.
Diffstat (limited to 'print')
-rw-r--r-- | print/acroread/Makefile | 1 | ||||
-rw-r--r-- | print/bjfiltercom/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/print/acroread/Makefile b/print/acroread/Makefile index bc4ede393520..0540f2e22820 100644 --- a/print/acroread/Makefile +++ b/print/acroread/Makefile @@ -21,7 +21,6 @@ COMMENT= View, distribute and print PDF documents RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libX11.so.6:${PORTSDIR}/x11/linux-XFree86-libs ONLY_FOR_ARCHS= amd64 i386 -USE_LINUX= yes USE_REINPLACE= yes NO_BUILD= yes REINPLACE_ARGS= -i '' -E diff --git a/print/bjfiltercom/Makefile b/print/bjfiltercom/Makefile index 3a9d8ae530ad..d85be59ac1ee 100644 --- a/print/bjfiltercom/Makefile +++ b/print/bjfiltercom/Makefile @@ -31,7 +31,6 @@ RUN_DEPENDS= ${LINUXBASE}/usr/lib/libxml.so.1:${PORTSDIR}/textproc/linux-libxml ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk BIN_FILES= bjcmd bjfilter bjprn lgmon printui stsmon -USE_LINUX= yes .endif EXTRACT_CMD= rpm2cpio.pl |