mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 23:20:30 -04:00
- 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.
10 lines
275 B
Text
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.'
|