ports/net/tightvnc/files/patch-Imakefile
Koichiro Iwao 0497f1d000 net/tightvnc: Switch to options helpers, etc
- Switch to options helpers
- Regenerate patches
- Adjust CONFLICTS since some conflicting ports removed from ports tree
- Pet portlint (bring USES earlier)
- Add missing USES,USE_XORG
- Bump PORTREVISION due to USES change

Sponsored by:	HAW International, Inc.
2019-03-26 05:31:27 +00:00

10 lines
275 B
Text

--- Imakefile.orig 2002-04-30 13:07:31 UTC
+++ Imakefile
@@ -11,6 +11,7 @@ World:
@echo Built $(SUBDIRS).
@echo 'To build Xvnc, do "cd Xvnc", followed by "./configure" then "make"'
@echo ""
+ ( cd Xvnc && ./configure && make )
libs:
@echo 'No libraries included.'